.reset-password {
  height: 100%;
  background: #f5f5f5;

  .header {
    background: #f5f5f5;
    padding: 10px 0;
    width: 100%;

    .header-content {
      margin: 0 auto;
      width: 80px;
      height: 48px;
      .page-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 48px;
      }
    }
  }

  .ivu-btn-warning {
    color: #fff;
    background-color: #ff6f4b;
    border-color: #ff6f4b;
    margin-right: 40px;
  }
  .ivu-btn-warning:hover {
    background-color: #ff6f4b;
    border-color: #ff6f4b;
  }
  .wrap-content {
    margin: 72px auto 0;
    width: 700px;
    background: #fff;

    .content-title {
      height: 70px;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      padding: 20px;
      border-bottom: 2px solid #f5f5f5;
      position: relative;
      .enterAccount {
        position: absolute;
        left: 120px;
      }
    }

    .content-main {
      padding: 50px 120px;

      .hint {
        height: 40px;
        font-size: 14px;
        padding-left: 5px;
      }
    }
    .content-button {
      padding: 10px 120px 30px 120px;
    }
  }

  .edit-password {
    .button {
      height: 90px;
      padding-top: 58px;

      .ivu-btn-primary {
        border-color: #ffb403 !important;
        background: #ffb403 !important;
        margin-right: 40px;
      }
    }
  }
}
