.forgot-password-content {
    padding-left: 62px;
    margin-top: 52px;
  }

  .forgot-password-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-right: 1px solid var(--opweb-gray);
  }

  .form-column {
    display: flex;
    flex-direction: column;
  }
  .form-column > div:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .row {
    display: flex;
    align-items: flex-end;
  }
  .row .form-column {
    width: 100%;
    margin-top: 15px;
  }
  .row .form-column.small {
    min-width: 90px;
    width: 90px;
    margin-right: 12px;
  }

  .forgot-password-header {
    margin: 0;
    padding: 72px 0 60px;
    }
  .forgot-password-header h1 {
    margin: 0;
  }

  #forgot-password-form {
    position: relative;
    padding-bottom: 100px;
  }
  #forgot-password-form a {
    display: inline-block;
    font-size: var(--opweb-small-font-size);
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid var(--opweb-lavender);
  }

  .form-section {
    padding-top: 95px;
    display: grid;
    grid-template-columns: 0.8fr 1fr;
  }

  .form-description h3 {
    margin-top: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
  }
  .form-description h4 {
    max-width: 312px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
  }

  .form-fields {
    padding-right: 95px;
  }

  .form-fields p {
    font-size: 14px;
    line-height: 20px;
  }
  .form-fields .form-column:not(:first-of-type) {
    margin-top: 16px;
  }
  .form-fields .row input[type="radio"] + label {
    margin-right: 20px;
  }
  .form-fields label {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .action-button {
    width: 100%;
    margin-top: 40px;
    padding: 10px 0;
    background: #101010;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    border-radius: 1000px;
    border: 1px solid transparent;
    cursor: pointer;
  }
  .forgot-password-link {
    text-align: center;
    margin-top: 20px;
  }
  .forgot-password-link span {
    margin-right: 14px;
    font-size: var(--opweb-small-font-size);
    line-height: 24px;
    font-weight: 400;
  }

  @media only screen and (max-width: 600px) {
    .page-container,
    #section-footer,
    .footer-info {
      width: auto;
    }

    .footer-info {
      flex-direction: column;
      align-items: start;
      padding: 0;
      padding-left: 65px;
      padding-right: 25px;
    }

    .footer-info .address, .footer-info .phone {
      margin-right: 0;
    }

    .step {
      padding: 0;
    }
    .action-row {
      margin: 0;
      margin-top: 40px;
    }

    .forgot-password-content {
      padding: 12px;
    }

    .forgot-password-section {
      padding: 48px 0;
      border-right: none;
    }

    #forgot-password-form {
      padding-bottom: 0;
    }

    .forgot-password-header {
      padding: 40px 0;
      border-right: none;
    }
    .forgot-password-header h1 {
      margin-top: 40px;
      width: auto;
    }

    .forgot-password-link {
      margin-top: 20px;
    }
  }
