.box {
  height: 100%;
  width: 100%;
  background: url("../../images/login/login_bg.jpg") no-repeat center center / cover;
}
.login-box {
  width: 902px;
  height: 588px;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(15px);
}
.login-box aside {
  width: 317px;
  background: url("../../images/login/zt_img.jpg") no-repeat center center / cover;
}
.login-box aside .logo {
  padding: 20px 0 0 17px;
  font-size: 0;
}
.login-box aside .logo img {
  max-height: 20px;
}
.login-box .login-content {
  flex: 1;
  background: white;
  padding: 36px 88px 0 66px;
}
.login-box .login-content .title {
  height: 28px;
  line-height: 28px;
  font-size: 22px;
  color: #303133;
  display: flex;
  justify-content: space-between;
}
.login-box .login-content .form-wrapper > div {
  padding-top: 36px;
}
.login-box .login-content .form-wrapper .form-title {
  color: #303133;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 9px;
}
.login-box .login-content .form-wrapper .input-box {
  height: 42px;
  line-height: 42px;
  width: 100%;
  border-radius: 4px;
  padding-left: 39px;
  padding-right: 20px;
  border: 1px solid #D6D6D6;
  font-size: 0;
}
.login-box .login-content .form-wrapper .input-box input {
  background: transparent;
  height: 100%;
  width: 100%;
  font-size: 14px;
}
.login-box .login-content .form-wrapper .input-box input::placeholder {
  font-size: 14px;
  color: #757575;
}
.login-box .login-content .form-wrapper .account {
  background: url("../../images/login/login_id_icon.png") no-repeat left 14px center;
}
.login-box .login-content .form-wrapper .password {
  background: url("../../images/login/login_password_icon.png") no-repeat left 14px center;
}
.login-box .login-content .form-wrapper .captcha {
  display: flex;
  justify-content: space-between;
}
.login-box .login-content .form-wrapper .captcha .code {
  width: 318px;
  padding-left: 14px;
}
.login-box .login-content .form-wrapper .captcha .code + div {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 103px;
  border: 1px solid #D6D6D6;
  font-size: 12px;
  text-align: center;
}
.login-box .login-content .form-wrapper .captcha .code + div img {
  width: 97px;
  height: 37px;
}
.login-box .login-btn {
  margin-top: 82px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  background: #3080FE;
  opacity: 1;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
/*# sourceMappingURL=login.css.map */

#language-select {
  font-size: 14px;
  border: none;
  outline: none;
}

#language-select option {
  padding: 6px;
  border: none;
  outline: none;
}

.initial-password-form {
  box-sizing: border-box;
  padding: 20px 28px;
  color: #303133;
}
.initial-password-form label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
}
.initial-password-form .layui-input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  outline: none;
  background: #fff;
  color: #303133;
  font-size: 14px;
  line-height: 40px;
}
.initial-password-form .layui-input:focus {
  border-color: #3080fe;
  box-shadow: 0 0 0 2px rgba(48, 128, 254, 0.12);
}
.initial-password-form .layui-input::placeholder {
  color: #909399;
}
.initial-password-form p {
  margin: 7px 0 15px;
  color: #606266;
  font-size: 12px;
  line-height: 18px;
}
