body {
  background: url("../../../img/login-bg.png") no-repeat center center;
  background-size: cover;
}
.qr-code-wx .el-dialog__body {
  padding-top: 0;
}
.ksdl {
  margin-top: 10px;
}
.ksdl a {
  font-size: 24px;
}
.login-top {
  height: 100px;
}
.login-top .login-logo {
  padding-left: 30px;
  width: 40%;
  line-height: 100px;
}
.login-top .login-logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 260px;
  max-height: 70px;
}
.login-top .logo-back {
  height: 100px;
  line-height: 100px;
  padding-right: 24px;
}
.login-content {
  overflow: hidden;
  padding-bottom: 60px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(182, 192, 219, 0.2);
  padding-top: 108px;
  padding-right: 140px;
}
.login-content .login-banner {
  width: 410px;
  height: 345px;
  box-shadow: 0px 2px 12px 0px rgba(182, 192, 219, 0.2);
  margin-left: 140px;
}
.login-content .login-form {
  width: 380px;
  overflow: hidden;
  padding-bottom: 30px;
  background: #ffffff;
  border: 1px solid #dfe3f1;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.login-content .login-form h3 {
  height: 31px;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  text-align: center;
  margin-bottom: 25px;
}
.login-content .login-form .input-box {
  margin-bottom: 20px;
  width: 300px;
  height: 44px;
  border-radius: 2px;
  border: 1px solid #dfe3f1;
}
.login-content .login-form .input-box:last-child {
  margin-bottom: 0;
}
.login-content .login-form .input-box .input-icon {
  width: 42px;
  height: 42px;
  background: #f1f6fe;
  border-radius: 2px 0px 0px 2px;
  text-align: center;
  line-height: 42px;
  float: left;
}
.login-content .login-form .input-box .input-icon i {
  display: inline-block;
  vertical-align: middle;
}
.login-content .login-form .input-box .input-text {
  width: 255px;
  float: left;
}
.login-content .login-form .input-box .input-text.el-input {
  height: 42px;
  line-height: 42px;
}
.login-content .login-form .input-box .input-text.el-input input {
  height: 42px;
  line-height: 42px;
  border: none;
}
.login-content .login-form .reset-psd {
  text-align: right;
  margin-top: 17px;
  margin-bottom: 18px;
}
.login-content .login-form .reset-psd a {
  font-size: 14px;
  color: #3c7ee5;
  line-height: 19px;
}
.login-content .login-form .input-submit {
  width: 300px;
  height: 44px;
  background: #3c7ee5;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  display: block;
  font-size: 16px;
}
.login-content .login-form .input-reg {
  margin-top: 17px;
  height: 19px;
  font-size: 14px;
  color: #666666;
  line-height: 19px;
  text-align: left;
}
.login-content .login-form .input-reg a {
  color: #3c7ee5;
}
