forgot-password.scss 383 Bytes
Newer Older
zhanghaozhe committed
1
.forgot-password {
zhanghaozhe committed
2
  height: 100%;
zhanghaozhe committed
3

zhanghaozhe committed
4 5 6
  .content {
    padding: 38px 36px;
    text-align: center;
zhanghaozhe committed
7

zhanghaozhe committed
8 9 10 11
    .to-email {
      line-height: 55px;
      font-size: 15px;
      color: #666;
zhanghaozhe committed
12
    }
zhanghaozhe committed
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
  }

  .place {
    width: 100%;
    height: 39px;
    margin-bottom: 33px;
    background: #56abff;
  }

  .verify-code {
    margin-bottom: 21px;
  }

  .next_step {
    margin-top: 32px;
  }
}