.section {
  width: 100vw;
  height: 100vh;
  padding: 30vh 0 0; }
  .section .wrap {
    width: 540px;
    margin: 0 auto; }
    .section .wrap .logo {
      width: 140px;
      margin: 0 auto 40px; }
    .section .wrap .title {
      text-align: center;
      font-family: Handel Gothic BT;
      font-weight: 400;
      font-size: 30px;
      color: #004178;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .section .wrap .text {
      font-weight: 400;
      font-size: 16px;
      color: #004178;
      line-height: 20px;
      text-align: center;
      margin-bottom: 80px; }
    .section .wrap .step_success {
      padding: 50px 0 0; }
    .section .wrap .step .input {
      margin-bottom: 30px; }
      .section .wrap .step .input h5 {
        font-weight: 400;
        font-size: 16px;
        color: #004178;
        margin-bottom: 10px; }
      .section .wrap .step .input input {
        width: 100%;
        height: 44px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #D9DBE3;
        padding: 0 20px;
        font-weight: 400;
        font-size: 16px;
        color: #004178; }
    .section .wrap .step .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 44px;
      background: #004178;
      border-radius: 4px; }
      .section .wrap .step .btn p {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF; }
    .section .wrap .step .alert {
      text-align: center;
      font-weight: 400;
      font-size: 18px;
      color: #004178;
      line-height: 24px; }
      .section .wrap .step .alert a {
        display: block;
        font-weight: 400;
        font-size: 18px;
        color: #0074D8;
        text-decoration: underline;
        transition: 0.6s; }
        .section .wrap .step .alert a:hover {
          color: #004178; }

/*# sourceMappingURL=forget.css.map */
