div#blvs-a-login {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000009e;
  z-index: 123457;
  display: none;
  align-items: center;
  justify-content: center;
}
div#blvs-a-login.opened {
  display: flex;
}

.ba.form-header img {
  width: 140px;
  border: 2px solid #03294f;
  border-radius: 50%;
}

.ba.form-header {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -8%;
}

div#ba-login-box {
  margin: 20px auto 40px;
}
div#ba-login-box .link-line {
  color: white;
  text-align: center;
  margin-bottom: 15px;
}

div#ba-login-box h3 {
  margin-top: 25px;
  font-size: 28px;
  font-weight: 100;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 20px;
  border-top: 1px solid #ffffff8c;
  padding-bottom: 0;
}

.ba-login-form-part {
  display: flex;
  border-bottom: 1px solid #a7a7a780;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.ba-login-checkbox {
  color: white;
  margin-top: 40px;
}

.ba-login-form-part label img {
  height: 20px;
  width: 20px;
}

.ba-login-form-part label {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 7px;
}

.ba-login-form-part label span {
  color: red;
  position: absolute;
  top: 0;
  right: -10px;
}

.ba-login-form-part input:focus, .ba-login-form-part input {
  flex: 1;
  margin-left: 23px !important;
  color: white !important;
  background-color: transparent !important;
  border: none !important;
  font-size: 20px;
  font-family: inherit;
}

body.login-modal-opened {
  height: 100%;
  overflow: hidden;
}

div#page-container.login-modal-opened {
  filter: blur(22px) !important;
  overflow: hidden;
}

div#close-blvs-a-login {
  color: #bfbfbf;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  padding: 5px 25px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  width: 200px;
  margin: 25px auto;
}

.ba-login-form-part input::placeholder {
  color: white;
  opacity: 1;
}

.ba-login-form-part input:-ms-input-placeholder {
  color: white;
}

.ba-login-form-part input::-ms-input-placeholder {
  color: white;
}

div#ba-login-box > img {
  width: 350px;
  max-width: 100%;
}

#blvs-a-login #form-holder {
  overflow: hidden;
  background: #041e42;
  background: linear-gradient(13deg, #00416a 36%, #041e42 100%);
  border-radius: 8px;
}
#blvs-a-login #form-holder #the-forms {
  display: flex;
  left: 0;
  position: relative;
  transition: all 0.3s;
}

div#blvs-a-login form {
  position: relative;
  padding: 40px 35px 10px;
}

.ba-login-form-footer {
  min-width: 350px;
}

.ba-login-form-footer button {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  background-color: #041e43;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 25px;
  margin: 20px auto 0;
  height: 60px;
  cursor: pointer;
  transition: all 0.8s;
}

.ba-login-form-footer button:hover {
  background-color: #012c60;
}

.ba-login-form-footer.loading .a-login-loading {
  display: block;
}

.ba-login-form-footer .a-login-default.smaller-text {
  font-size: 78%;
}

.ba-login-form-footer.loading .a-login-default {
  display: none;
}

.ba-login-form-footer.loading button {
  width: 30%;
}

.a-login-loading {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #041e43 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
  display: none;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.ba-error {
  color: white;
  padding: 10px;
  background-color: #660000;
  text-align: center;
}

.ba-error-zone {
  margin: 16px auto -30px;
}

@media all and (max-width: 800px) {
  div#blvs-a-login form {
    padding: 0px 35px 40px;
  }

  div#ba-login-box {
    padding: 43px 10px 10px 10px;
    max-width: 98%;
    box-sizing: border-box;
    margin: 10px auto 0;
  }

  div#ba-login-box h3 {
    font-size: 18px;
  }

  .ba-login-form-part {
    margin-bottom: 10px;
  }

  .ba.form-header img {
    width: 95px;
  }

  .ba.form-header {
    top: 0;
  }

  .ba-login-form-footer {
    min-width: 100%;
  }

  .ba-login-form-footer button {
    height: 40px;
    font-size: 20px;
  }

  .ba-error {
    font-size: 83%;
  }

  div#close-blvs-a-login {
    font-size: 15px;
    margin: 15px auto;
  }

  .a-login-loading {
    height: 20px;
    width: 20px;
  }
}

/*# sourceMappingURL=ajax-login.css.map */
