:root {
  --bg-primary-blue: #41A4F5;
  --bg-secondary-blue: #0A71C6;
  --bg-tertiary-blue: #0C7FDE;

  --bg-primary-purple: #6376BC;
  --bg-secondary-purple: #384781;
  --bg-tertiary-purple: #3F5193;
}

html { background: rgb(31 39 48); }
body {
  background: radial-gradient(59.03% 51.97% at 50% 49.87%, rgba(53, 111, 202, 0.216) 0%, rgba(36, 92, 180, 0) 72.92%);
  min-width: 0;
  color: #FFF;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4em;
}

#site-login {
  background: #1f2730;
  padding: 2% 0 0;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 576px) {
  html { background: rgb(29, 32, 43); }
  #site-login {
    margin: 40px auto;
    min-width: 325px;
    max-width: 378px;

    background: rgb(255 255 255 / 4%);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur( 20px );
    -webkit-backdrop-filter: blur( 20px );
    border-radius: 10px;
    border: 1px solid rgb(52 52 52);
  }


}


.site-login--logo {
  text-align: center;
}
.login-logo--img {
  width: 200px;
  height: 200px;
}

#site-login form, #login-form {
  padding: 26px 5px 24px;
}

.card {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-bottom: 1rem;
}

.form-control,.form-control:focus,.form-control:active {
  background: #12181e;
  color: #80868d;
  border-color: #606060;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
    color: #80868d !important;
}
.input-group-text {
  background: #12181e;
  color: #bbb;
  border-color: #606060;
}

#recover-box {
  text-align: center;
}

#site-login form, .login h1 a {
  overflow: hidden;
  font-weight: 400;
}

.back-to-home {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

.back-to-home a, .back-to-home a:visited, .back-to-home a:hover, .back-to-home a:focus, .back-to-home a:active {
  color: white !important;
  text-decoration: none;
}

.site-error {
  background: #DA222E;
  text-align: Center;
  padding: 5px;
  margin-top: 20px;
  font-size: 15px;
  color: #f7f7f7;
}

.bold-message {
  font-size: 1.5em;
  font-weight: bold;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: .8125rem 1.5rem;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
  transition: background-color .25s ease-out, color .25s ease-out;
  font-size: 100%;
  line-height: 1;
  cursor: pointer;
  border: none;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  outline: 0;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #9471d0;
  border-color: #9b8ccc;
}

.btn-warning {
  background-color: #ffd818;
  color: #000 !important;
}

.btn-warning:focus, .btn-warning:hover {
  background-color: #e7cb02;
  color: #000 !important;
  text-decoration: none;
}

.back-to-home a {
  text-decoration: none;
}

.back-to-home a:hover {
  text-decoration: underline;
}

.recover-box {
  text-align: center;
  font-size: 15px;
}

.sn-integration {
  text-align: center;
}

.sn-integration-google {
  color: rgba(7, 24, 32, 0.5);
  background-color: #ECEDEE;
  text-align: center;
  text-decoration: none;
  height: 40px;
  height: 2.5rem;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  vertical-align: top;
  line-height: 40px;
  line-height: 2.5rem;
  -webkit-transition: border 0.075s linear;
  transition: border 0.075s linear;
  overflow: hidden;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  width: 57%;
}

.sn-integration-google:not(:empty)::before {}

.sn-integration-google:not(:empty)::before {
  background-color: rgba(0, 0, 0, 0.15);
  height: 100%;
  vertical-align: middle;
  display: block;
  float: left;
  width: 39px;
  width: 2.4375rem;
  top: inherit;
  left: inherit;
  -webkit-transform: none;
  transform: none;
  line-height: inherit;
  position: inherit;
  color: rgba(7, 24, 32, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  background-image: url("../images/google.svg");
  background-size: 1.125rem 1.125rem;
  width: 2.55rem;
}

.sn-integration-google:hover {
  background-color: #c1c5c8;
}

@-webkit-keyframes loader {
  0% {
    height: 0
  }

  25% {
    height: 100%
  }

  50% {
    height: 0
  }

  100% {
    height: 0
  }
}

@keyframes loader {
  0% {
    height: 0
  }

  25% {
    height: 100%
  }

  50% {
    height: 0
  }

  100% {
    height: 0
  }
}

.m-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  height: 6.25rem;
  margin: auto;
  padding: 0 8px;
  padding: 0 .5rem;
  position: relative;
  width: 100px;
  width: 6.25rem
}

.m-loader__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  width: auto;
  margin-right: 2px;
  margin-right: .125rem;
  margin-left: 2px;
  margin-left: .125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: skew(-27deg);
  transform: skew(-27deg)
}

.m-loader__bar:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: loader 1s infinite linear;
  animation: loader 1s infinite linear;
  background: #8073c3;
  content: '';
  height: 0;
  width: 100%
}

.m-loader__bar:nth-child(1) {
  height: 40%
}

.m-loader__bar:nth-child(1):after {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.m-loader__bar:nth-child(2) {
  height: 70%
}

.m-loader__bar:nth-child(2):after {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.m-loader__bar:nth-child(3) {
  height: 100%
}

.m-loader__bar:nth-child(3):after {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.m-loader__bar:nth-child(4) {
  height: 70%
}

.m-loader__bar:nth-child(4):after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.m-loader__bar:nth-child(5) {
  height: 40%
}

.m-loader__bar:nth-child(5):after {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}



.a-social-button {
    text-align: center;
    text-decoration: none;
    height: 40px;
    height: 2.5rem;
    position: relative;
    border-radius: 0;
    cursor: pointer;
    display: block;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    vertical-align: top;
    line-height: 40px;
    line-height: 2.5rem;
    -webkit-transition: border 0.075s linear;
    transition: border 0.075s linear;
    overflow: hidden;
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
    width: 100%
}
.a-social-button:hover {
  text-decoration: none;
}

.a-social-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 100%;
    height: 19px;
    height: 1.1875rem
}

.a-social-button:not(:empty):before {
    height: 100%;
    vertical-align: middle;
    display: block;
    float: left;
    width: 39px;
    width: 2.4375rem;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    transform: none;
    line-height: inherit;
    position: inherit
}
.a-social-button--service-discord {
    color: rgba(7,24,32,0.5);
    background-color: #7289DA;
    font-size:1.2rem;
}

.a-social-button--service-discord:hover,.a-social-button--service-discord:focus {
    color: rgba(7,24,32,0.5)
}

.a-social-button--service-discord:hover {
    background-color: #4564ce
}

.a-social-button--service-discord:before {
    color: rgba(7,24,32,0.5);
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    background-image: url("../images/discord-white.svg");
    background-size: 1.375rem 1.375rem;
    width: 22px;
    width: 1.375rem
}

.a-social-button--service-discord:not(:empty):before {
    background-color: rgba(0,0,0,0.15)
}
