.login-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2.214286rem;
  padding-bottom: 5.714286rem;
  .login {
    i {
      padding-bottom: .285714rem;
      font-size: 1.571429rem;
      color: #FF8A62;
      border-bottom: .214286rem solid #FF8A62;
    }
  }
  .register {
    font-size: 1.285714rem;
    color: #999999;
    a{
      color: #000;
    }
  }
}
.login-input{
  padding:0 2rem;
  .input-phoner,
  .input-password{
    width: 100%;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    line-height: 2.857143rem;
    text-indent: .714286rem;
    outline: none;
    &::placeholder{
      color: #999999;
      font-size: 1.142857rem;
    }
  }
  .input-password{
    margin-top: 1.428571rem;
  }
  .forget-password{
    text-align: right;
    margin-top: 1.428571rem;
    color: #5E64A6;
    font-size: 1rem;
  }
  .bottom-desc{
    font-size: .857143rem;
    color: #FF8A62;
    text-align: center;
    margin-top: 1.428571rem;
  }
}