.social-button {
  background-position: 25px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    height: 50px;
  line-height: 50px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    border-radius: 3px;
    margin: 10px auto;
    outline: rgb(255, 255, 255) none 0px;
    transition: all 0.2s cubic-bezier(0.72, 0.01, 0.56, 1) 0s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#discord-connect {
    background: rgb(18, 18, 18);
    border: 1px solid rgb(60, 90, 154);
    margin-right:15px;
}

#discord-connect:hover {
    border-color: rgb(60, 90, 154);
    background: rgb(60, 90, 154);
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
}

#discord-connect span {
    box-sizing: border-box;
    color: rgb(60, 90, 154);
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: 0px none rgb(255, 255, 255);
    outline: rgb(255, 255, 255) none 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#discord-connect:hover span {
    color: #FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#twitch-connect {
    background: rgb(18, 18, 18);
    border: 1px solid rgb(100, 65, 165);
}

#twitch-connect:hover {
    border-color: rgb(100, 65, 165);
    background: rgb(100, 65, 165);
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
}

#twitch-connect span {
    box-sizing: border-box;
    color: rgb(100, 65, 165);
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: 0px none rgb(220, 74, 61);
    outline: rgb(255, 255, 255) none 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#twitch-connect:hover span {
    color: #FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
:root {
  --bs-navbar-height: 58px;
}

body, html {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

nav {
  z-index: 2;
}

.auth-container {
  position: relative;
  height: calc(100vh - var(--bs-navbar-height));
}

.auth-bg {
  z-index: 0;
  overflow: hidden;
}

.auth-bg ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  /* position: relative; */
}

.auth-bg li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  z-index: 0;
  /*animation: imageAnimation 90s linear infinite 0s;*/
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 72s linear infinite 0s;
    -moz-animation: imageAnimation 72s linear infinite 0s;
    -o-animation: imageAnimation 72s linear infinite 0s;
    -ms-animation: imageAnimation 72s linear infinite 0s;
    animation: imageAnimation 72s linear infinite 0s;
  filter: brightness(60%);
}

.auth-bg li:nth-child(1) {
  background-image: url('/static/auth_1.jpg');
}

.auth-bg li:nth-child(2) {
  background-image: url('https://imageio.forbes.com/specials-images/imageserve/670affd59629ac3b5eda0d16/Artur-Beterbiev-v-Dimitry-Bivol--Riyadh-Season---IV-Crown-Showdown/0x0.jpg?format=jpg&crop=3020,1698,x0,y97,safe&width=960');
  animation-delay: 12s;
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
}

.auth-bg li:nth-child(3) {
  background-image: url('https://ichef.bbci.co.uk/ace/standard/1024/cpsprodpb/15fe/live/4806fb80-7862-11ef-ae03-3f9dd2e7a21f.jpg');
  animation-delay: 24s;
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
}

.auth-bg li:nth-child(4) {
  background-image: url('/static/auth_2.jpg');
  animation-delay: 36s;
  -webkit-animation-delay: 36s;
  -moz-animation-delay: 36s;
  -o-animation-delay: 36s;
  -ms-animation-delay: 36s;
}

.auth-bg li:nth-child(5) {
  background-image: url('https://cloudfront-us-east-2.images.arcpublishing.com/reuters/WXD4ZIRMCNIMDCYZVQIUFZQ6WI.jpg');
  animation-delay: 48s;
  -webkit-animation-delay: 48s;
  -moz-animation-delay: 48s;
  -o-animation-delay: 48s;
  -ms-animation-delay: 48s;
}

.auth-bg li:nth-child(6) {
  background-image: url('/static/auth_3.webp');
  animation-delay: 60s;
  -webkit-animation-delay: 60s;
  -moz-animation-delay: 60s;
  -o-animation-delay: 60s;
  -ms-animation-delay: 60s;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    transform: scale(1.15);
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    transform: scale(1.20);
  }
  25% {
    opacity: 0;
    transform: scale(1.30);
  }
  100% {
    opacity: 0;
  }
}

.auth-form {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: rgba(22, 22, 22, 0.6);
  backdrop-filter: blur(10px) grayscale(0%) saturate(200%);
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
  font-style: normal;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid var(--bs-secondary-color);
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
} 