input:focus-visible {
  border: 1px solid #1eb9e1 !important;
  outline: none !important;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f4f7f9 inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}


.footer {
  height: auto;
  background: none;
  border-bottom: none;
  background-color: #f8fbfe;
}

.footer .copyright {
  color: #666666;
  padding: 20px 0;
}

.copyright .row {
  line-height: 25px;
}

body {
  box-shadow: none;
}

.body-other {
  height: 100vh;
  box-sizing: border-box;
}

.body-other .footer  {
  /*
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  */
}

#verifyPhoneErrorInfo,
#verifyEmailErrorInfo,
#verifyPasswordErrorInfo,
#verifyErrorInfo,
#verifyDetailErrorInfo,
#findPwdErrorInfo,
#findPwdResetErrorInfo {
  display: none;
  margin-bottom: 20px;
  margin-left: 90px;
  color: #f56c6c;
}

#loginPersonalErrorInfo,
#loginOrganErrorInfo {
  display: none;
  margin-bottom: 12px;
  color: #f56c6c;
  font-size: 14px;
}


.verify-tips{
  display: block;
  margin-bottom: 90px;
  margin-top: -30px;
  text-align: center;
  color: #005096;
  position: relative;
}
