<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.background {
  overflow: auto;
  position: relative;
  min-height: 800px;
  width: 100%;
  height: 100vh;
  background: url(../images/imgs/login/login_banner.png) no-repeat 0 center;
  background-size: cover;
}
.background .login {
  width: 480px;
  height: 678px;
  background-color: #ecf1f6;
  position: absolute;
  border-radius: 10px;
  padding: 40px 30px 40px 46px;
  top: 50%;
  margin-top: -339px;
  right: 28vh;
}
.background .login .logo {
  width: 172px;
  height: 61px;
  margin: 15px auto;
}
.background .login .forms {
  margin-top: 50px;
}
.background .login .forms .inputs {
  margin-bottom: 37px;
  position: relative;
}
.background .login .forms .inputs .forms_icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-right: 20px;
}
.background .login .forms .inputs input {
  padding: 0 20px;
  border: none;
  font-size: 15px;
  text-indent: 10px;
  color: black;
  vertical-align: middle;
  width: 330px;
  height: 52px;
  line-height: 52px;
  border-radius: 50px;
  background-color: white;
  border: 1px solid #dcddde;
}
.background .login .forms .inputs .error_tip {
  position: absolute;
  bottom: -25px;
  left: 60px;
  color: red;
}
.background .login .forms .inputs .captchas {
  width: 83px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.background .login .forms .inputs input:focus {
  border: 1px solid #2398d6;
}
.background .login .forms .captcha {
  position: relative;
  margin: 20px 0;
}
.background .login .forms .services {
  width: 100%;
  line-height: 13px;
  margin-bottom: 40px;
}
.background .login .forms .services input {
  float: left;
  margin-right: 5px;
}
.background .login .forms .captcha input {
  padding: 0 120px 0 20px;
  border: none;
  font-size: 15px;
  text-indent: 10px;
  color: black;
  vertical-align: middle;
  width: 95%;
  height: 52px;
  line-height: 52px;
  border-radius: 50px;
  background-color: white;
  border: 1px solid #dcddde;
}
.background .login .forms .captcha button {
  position: absolute;
  width: 100px;
  font-size: 14px;
  right: 33px;
  top: 15px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  background-color: #fff;
  overflow: hidden;
  color: #2398d6;
  z-index: 111;
  cursor: pointer;
}
.background .login .forms #submit {
  width: 95%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #2398d6;
  color: white;
  font-size: 15px;
  border-radius: 50px;
  cursor: pointer;
}
.background .login .go_login {
  margin: 10px auto;
  width: 110px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #8c8c8c;
}
.background .login .go_login a {
  color: #2398d6;
}
</pre></body></html>