/* line 9, ../../sass/theme/login.theme.scss */
body.path-user {
  position: relative;
}
/* line 11, ../../sass/theme/login.theme.scss */
body.path-user:before {
  content: "";
  background: #00518d;
  background: linear-gradient(90deg, #00518d 43%, white 43%);
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 992px) {
  /* line 11, ../../sass/theme/login.theme.scss */
  body.path-user:before {
    background: #00518d;
    background: linear-gradient(90deg, #00518d 35%, white 35%);
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  /* line 11, ../../sass/theme/login.theme.scss */
  body.path-user:before {
    background: #00518d;
    background: linear-gradient(180deg, #00518d 30%, rgba(255, 255, 255, 0) 30%);
    background-repeat: no-repeat;
  }
}
/* line 35, ../../sass/theme/login.theme.scss */
body.path-user lottie-player {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 47, ../../sass/theme/login.theme.scss */
body.path-user.page-user-password h1.title:after {
  content: "?";
  color: #000000;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: 0 8px;
}
/* line 59, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper {
  transform: translateY(70%);
}
@media (max-width: 992px) {
  /* line 59, ../../sass/theme/login.theme.scss */
  body.path-user .user-login-wrapper {
    transform: translateY(20%);
  }
}
/* line 65, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper h1.title {
  color: #000000;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 65, ../../sass/theme/login.theme.scss */
  body.path-user .user-login-wrapper h1.title {
    margin-bottom: 40px;
  }
}
/* line 76, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box {
  box-shadow: -15px 0px 40px #00000033;
  /*        background: rgb(0,81,141);
          background: linear-gradient(90deg, rgba(0,81,141,1) 0%, rgba(0,81,141,1) 35%, rgba(255,255,255,0) 35%);*/
  border-radius: 10px;
  opacity: 1;
  width: 934px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 992px) {
  /* line 76, ../../sass/theme/login.theme.scss */
  body.path-user .user-login-wrapper #auth_box {
    width: 100%;
  }
}
/* line 88, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box #middle_part {
  border-radius: 0;
  background: transparent;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
  padding: 50px 0 40px 0;
}
/* line 96, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form {
  width: 407px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  /* line 96, ../../sass/theme/login.theme.scss */
  body.path-user .user-login-wrapper #auth_box form {
    width: 100%;
  }
}
/* line 102, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 107, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form input[type="text"],
body.path-user .user-login-wrapper #auth_box form input[type="password"] {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 10px;
  position: relative;
  padding-left: 35px;
}
/* line 115, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form .form-type-textfield,
body.path-user .user-login-wrapper #auth_box form .form-type-password {
  position: relative;
}
/* line 118, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form .form-type-textfield:before,
body.path-user .user-login-wrapper #auth_box form .form-type-password:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 43px;
  left: 15px;
  z-index: 1;
  background: url(../../img/user.svg) no-repeat;
  background-size: contain;
}
/* line 132, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form .form-type-password:before {
  background: url(../../img/password.svg) no-repeat;
  background-size: contain;
}
/* line 136, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form .form-type-password .eye-close,
body.path-user .user-login-wrapper #auth_box form .form-type-password .eye-open {
  position: absolute;
  top: 18px;
  right: 8px;
  background: url("../../img/eye.svg") no-repeat;
  background-position: 50%;
}
/* line 144, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form .form-type-password .password_link {
  text-align: right;
}
/* line 146, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form .form-type-password .password_link a {
  font-size: 16px;
  text-decoration: none;
  color: #000000;
}
/* line 150, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form .form-type-password .password_link a:hover {
  opacity: 0.9;
}
/* line 156, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form .captcha {
  margin-bottom: 20px;
}
/* line 159, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form .btn-primary {
  background-color: #00518D;
  width: 100%;
  letter-spacing: 2.3px;
  font-weight: bold;
  padding: 10px 0;
  box-shadow: -15px 0px 40px #00000033;
  border-radius: 10px;
  transition: 600ms;
}
/* line 168, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form .btn-primary:hover {
  opacity: 0.85;
}
/* line 171, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form .btn-primary:not(:disabled):not(.disabled):active:focus, body.path-user .user-login-wrapper #auth_box form .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
/* line 175, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form .btn-primary:not(:disabled):not(.disabled):active, body.path-user .user-login-wrapper #auth_box form .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00518D;
  border-color: transparent;
}
/* line 182, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form.user-pass {
  display: flex;
  flex-direction: column;
}
/* line 185, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form.user-pass .form-type-textfield {
  order: 2;
  margin-bottom: 35px;
}
/* line 189, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form.user-pass p {
  margin: 20px 0 35px 0;
  font-size: 18px;
  order: 1;
}
/* line 194, ../../sass/theme/login.theme.scss */
body.path-user .user-login-wrapper #auth_box form.user-pass .form-actions {
  order: 3;
}
