html,
body {
  height: 100%;
  font-family: PingFangSC, PingFang SC;
}
.institution-reg {
  font-size: 18px;
  position: fixed;
  right: 100px;
  top: 10px;
}
#LAY-user-login {
  background-image: url(/imgs/login_bg.jpg);
  background-size: cover;
  height: 100%;
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#bg {
  background-color: #00723f;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 40%;
  width: 100%;
}
#bg #login-box {
  margin: 0px auto;
  text-align: center;
  background-color: transparent !important;
  border: 0;
  box-shadow: none;
  position: relative;
}
#bg #login-box .logo-img {
  height: 60px;
  float: left;
  margin: 0px 10px 0 0;
  /* transform: rotate(110deg); */
}
#bg #login-box .login-des {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
}
#bg #login-box .login-type-ct {
  margin-top: 1rem;
}
#bg #login-box .login-type-ct ul {
  padding: 0;
  display: flex;
  position: relative;
}
#bg #login-box .login-type-ct ul li + li {
  margin-left: 1rem;
}
#bg #login-box .login-type-ct ul li a {
  font-size: 1rem;
  color: #8f8e8e;
}
#bg #login-box .login-type-ct ul li a.active {
  color: #fff;
}
#bg #login-box .login-type-ct ul .vertical-line {
  border-left: 1px solid #fff;
}
#bg #login-box #frm_login {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  height: 45px;
}
#bg #login-box #frm_login .login-type-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#bg #login-box #frm_login .login-type-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}
#bg #login-box #frm_login .line {
  position: relative;
  height: 100%;
}
#bg #login-box #frm_login .line + .line {
  margin-left: 20px;
}
#bg #login-box #frm_login .line img.icon {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 12px;
  left: 10px;
}
#bg #login-box #frm_login .line img.icon.user {
  top: 10px;
}
#bg #login-box #frm_login .line img.icon.sms-code {
  top: 10px;
}
#bg #login-box #frm_login .line .input-text {
  height: 100%;
  width: 17rem;
  border-radius: 5px;
  background-color: #66aa8c;
  color: #fff;
  border: 0;
  text-indent: 3em;
}
#bg #login-box #frm_login .line .input-text::placeholder {
  color: #fff;
}
#bg #login-box #frm_login .line .send-verify-code {
  position: absolute;
  right: 25px;
  bottom: 13px;
  color: #000;
}
#bg #login-box #frm_login .line .send-verify-code #recount {
  display: none;
}
#bg #login-box #frm_login .line .send-verify-code:hover {
  color: #000;
}
#bg #login-box #frm_login .line .send-verify-code.disabled {
  color: #777;
}
#bg #login-box #frm_login #mysubmit {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding-top: 3px;
}
#bg #login-box #frm_login #mysubmit img {
  max-height: 100%;
  max-width: 100%;
}
#bg #login-box #frm_login #mysubmit:hover,
#bg #login-box #frm_login #mysubmit:active,
#bg #login-box #frm_login #mysubmit:focus {
  border: 0;
  background-color: transparent;
}
#bg input:hover,
#bg input:focus {
  border-color: #00723f !important;
}
.footer {
  position: fixed;
  bottom: 50px;
  text-align: center;
  left: 0;
  right: 0;
}
.footer .support {
  text-align: center;
}
.footer .contact-email {
  display: flex;
  gap: 30px;
  margin-top: 10px;
  text-align: center;
  /* width: 100%; */
  justify-content: center;
}
