@charset "UTF-8";

.login-container {
  width: 100vw;
  height: 100vh;
  background: url(../img/user/bg_login_image.png) center / cover no-repeat;
  position: relative;
}
.wd-logo {
  position: absolute;
  content: '';
  width: 122px;
  height: 61.93px;
  top: 14px;
  left: 26px;
  cursor: pointer;
  background: url(../img/user/logo_login.png) center / 100% 100% no-repeat;
}
.login-content {
  width: 599px;
  height: 649px;
  padding: 65px 120px 0 120px;
  background: url(../img/user/bg_login_content.png) center / 100% 100% no-repeat;
}
.login-title {
  color: #862626;
  font-size: 24px;
  font-weight: 600;
}
.login-form-content {
  margin-top: 30px;
}
.login-input-label {
  color: #6B6B6B;
}
.login-input {
  height: 44px;
  padding: 0 30px;
  background: url(../img/user/bg_login_input.png) center / 100% 100% no-repeat;
}
.login-input.is-invalid, .was-validated .login-input:invalid {
  background: url(../img/user/bg_login_input.png) center / 100% 100% no-repeat;
}
.form-control, .form-control:focus {
  height: 44px;
  border: none;
  outline: none;
  webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
}
.login-form-content .invalid-feedback {
  padding-left: 20px;
}
.login-input-icon{
  position: absolute;
  width: 16px;
  height: 16px;
  top: 14px;
  left: 25px;
}
.icon-password-visible {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 12px;
  right: 25px;
}
.login-btn {
  color: #fff;
  border: none;
  height: 44px;
  background: url(../img/user/bg_login_btn.png) center / 100% 100% no-repeat;
  transition: all 0.3s ease-in-out;
}
.login-btn-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.login-btn:not(.login-btn-disabled):hover {
  filter: brightness(1.3);
}
.login-checkbox-content {
  font-size: 14px;
  color: #6B6B6B;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset !important;
}
.code-btn {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #862626;
}
.code-image {
  width: 140px;
  height: 44px;
}
.login-type-tab {
  flex: 1;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  margin: 0 30px;
  color: #6B6B6B;
}
.login-type-tab.active {
  border-bottom: 2px solid #862626;
  color: #862626;
}
.invalid-feedback {
  margin-top: 0;
  margin-bottom: -10px;
}