* {
  margin: 0px;
  padding: 0px;
}
div.logo-box {
  display: flex;
  position: absolute;
  top: 0.76rem;
  left: 0.83rem;
  /* width: 100%; */
  justify-content: left;
}
div.logo-box img {
  width: 4.47rem;
  height: 0.89rem;
}
div.login-box {
  position: absolute;
  top: 3.06rem;
  left: 16.5rem;
  bottom: 3.06rem;
  right: 1.5rem;
  width: 6rem;
  height: 7.38rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
div.login-box .img-login {
  margin: 0.69rem 2.1rem 5.71rem 0.59rem;
}
div.login-box .img-login {
  width: 3.31rem;
  height: 0.98rem;
}
div.input {
  width: 4.78rem;
  position: absolute;
  top: 2.24rem;
  left: 0.61rem;
}

input {
  width: 4.78rem;
  height: 0.68rem;
  font-size: 0.23rem;
  padding-left: 0.65rem;
  background: #ffffff;
  border-radius: 0.1rem;
  outline: none;
  border: 0.01rem solid #e1e6ed;
}
div.label {
  width: 0.4rem;
  height: 0.4rem;
  /* background-image: url('images/user.png'); */
  position: relative;
  bottom: 0.55rem;
  left: 0.15rem;
  display: inline-block;
}
div.label img {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: -0.02rem;
  right:  -0.05rem;
}
input::-webkit-input-placeholder {
  /* placeholder颜色 */
  color: #aab2bd;
  /* placeholder字体大小 */
  font-size: 0.23rem;
  margin-top: 0.025rem;
}
span.forget {
  width:6rem;
  display: block;
  margin-top: -0.25rem;
}
span.forget a {
  width: 0.8rem;
  height: 0.28rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5a89fe;
  line-height: 0.28rem;
  text-decoration: none;
  margin-left: 3.8rem;
}
button.login,button.enroll {
  width: 4.78rem;
  height: 0.68rem;
  border-radius: 0.1rem;
  border: none;
  margin-top: 0.25rem;
}
button.login{
  background: #acc4fe;
  color: #FFFFFF;
}
/* button.login:hover{
  background: rgb(53, 102, 228) ;
} */
button.enroll {
  border: 0.01rem solid #e1e6ed;
  
}
button span{
    font-size: 0.23rem;
}
.inputTrue{
  border: 1px solid #5f8dfe;
}
.loginTrue{
  border: 1px solid #f00;
}
