/*
- * @description: 登录注册 css
- * @author: swallow
- * @update: name (2020-04-17 18:00)
- */

.login-content{
  background-color: #ebebeb;
}
.login-group{
  padding: 1.25rem 1rem 0 1rem;
  text-align: center;
  color: #353535;
}
.login-group h2{
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.15rem;
  border-bottom: 1px solid #e0e0e0;
}
.login-group .form-item,.register-group .form-item,.forgot-dialog .form-item{
  padding: .5rem 0;
}
.login-group .label-box,.register-group .label-box,.forgot-dialog .label-box{
  height: 1.8rem;
  line-height: 1.8rem;
  width: 100%;
  text-align: left;
  font-size: .8rem;
}
.login-group input,.register-group input,.forgot-dialog input{
  width: 100%;
  height: 1.9rem;
  line-height: 1.9rem;
  background-color: #fff;
  border: none;
  font-size: .7rem;
  text-indent: .7rem;
}
.login-group .btn-submit,.register-group .btn-submit,.forgot-dialog .btn-submit{
  color: #fff;
  background-color: #cd9250;
  text-indent: 0;
}
.assist-group{
  display: flex;
  padding: .75rem 0;
  justify-content: space-between;
  align-items: center;
  font-size: .6rem;
}
.btn-tellogin,.btn-userlogin{
  border-bottom: 1px solid #353535;
}
.span-register a{
  color: #cd924f!important;
}
.span-forgotpassword a{
  color: #9a9a9a;
}
.verify-box{
  display: flex;
  justify-content: space-between;
}
.verify-box input{

}
.verify-box button{
  min-width: 4.8rem;
  flex-shrink: 0;
  font-size: .7rem;
  white-space: nowrap;
  border: none;
  background-color: transparent;
}
.verify-box span{
  border-bottom: 1px solid #353535;
}
.register-dialog,.forgot-dialog{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(53,53,53,.3);
}
.register-dialog > div,.forgot-dialog > div{
  width: 90vw;
  padding: 1rem;
  background-color: #fff;
}
.register-close{
  width: 100%;
  text-align: right;
  color: #999;
}
.register-dialog h3,.forgot-dialog h3{
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.15rem;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.register-group input,.forgot-dialog input{
  background-color: #f1f1f1;
}
.tips-text{
  padding: 1rem 0;
  font-size: .65rem;
  border-bottom: 1px solid #e8e8e8;
}
.tips-text p{
  color: #999;
}
.shensu{
  padding: .5rem 0;
  font-size: .7rem;
  text-align: center;
}
.shensu a{
  color: #cd924f;
}
.step-2,.step-3{
  display: none;
}
.quick-login {
    text-align:center;
}
.quick-login > div{
  font-size: .6rem;
  color: #9a9a9a;
  line-height: 1.5rem;
  border-top: 1px dashed #dedede;
  margin-top: 1rem;
  text-align:center;
}
.quick-login > a{
  display: inline-block;
  margin: 0 .25rem;
  color: #b8b8b8;
  font-size: 1.6rem;
}


