.forgot-password-email {
  height: 100%;

  .content {
    padding: 38px 36px;
    text-align: center;
    .to-phone {
      line-height: 55px;
      font-size: 15px;
      color: #666;
    }

    .email-input {
      margin-bottom: 21px;
      input {
        padding-left: 10px;
      }
    }
  }

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

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

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