.woocommerce-account {
  .woocommerce {
    /********************************************
      Login Customizations
    ********************************************/
    .woocommerce-form.woocommerce-form-login {
      .lost_password,
      .create_account {
        display: inline-block;
        margin-block: 0.5rem;
      }

      .create_account {
        --tw-text-opacity: 1;
        color: rgb(230 31 36 / var(--tw-text-opacity));
        text-decoration-line: underline;
        text-underline-offset: 4px;
      }

      @media screen and (min-width: 420px) {
        .lost_password,
        .create_account {
          margin-block: 0;
        }

        .lost_password {
          float: left;
          margin-block: 0;
        }

        .create_account {
          float: right;
          margin-block: 0;
        }
      }
    }

    /********************************************
      Account Page Customizations
    ********************************************/
    .woocommerce-MyAccount-content {
      & > p {
        margin-bottom: 1rem;
        opacity: 0.75;
      }

      .knox-setup-checklist {
        margin-top: 2rem;
      }

      #aftax_status_field,
      #aftax_expire_date {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;

        &:before,
        &:after {
          display: none;
        }

        label {
          width: auto;
        }
      }

      #aftax_fourth_field {
        margin-bottom: 2rem;

        small {
          display: none;
        }
      }

      input[name=save_tax] {
        padding-block: 0;
      }
    }
  }
}

/********************************************
  Activation Page Customizations
********************************************/
body.page-id-2:not(.home) {
  align-items: flex-start;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100vw;

  #page {
    margin-top: 12vh;
    max-width: 640px;
  }

  #headerimg, #footer {
    display: none;
  }

  #content {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    .lead-in {
      line-height: 1.8;
    }

    a {
      color: #e61f24;
    }
  }
}
