.woocommerce .woocommerce-section {
  padding-bottom: 14.56rem;
  --bleed: 4.81rem;
}
@media screen and (max-width: 960px) {
  .woocommerce .woocommerce-section {
    padding-bottom: 7.56rem;
    --bleed: 2.56rem;
  }
}
@media screen and (max-width: 960px) {
  .woocommerce .woocommerce-section.logout-success .container {
    display: block;
  }
}
.woocommerce .woocommerce-section.logout-success .container .login-form-wrapper {
  min-width: 28rem;
}
@media screen and (max-width: 960px) {
  .woocommerce .woocommerce-section.logout-success .container .login-form-wrapper {
    min-width: auto;
  }
}
.woocommerce .woocommerce-section h2 {
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 960px) {
  .woocommerce .woocommerce-section h2 {
    margin-bottom: 1.12rem;
  }
}
.woocommerce .woocommerce-section .col {
  --bleed: 5.46rem;
}
@media screen and (max-width: 960px) {
  .woocommerce .woocommerce-section .col {
    --bleed: 3.56rem;
  }
}
.woocommerce .woocommerce-section form {
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-section form.login, .woocommerce .woocommerce-section form.register {
  border: none;
}
.woocommerce .woocommerce-section form .login-button-wrapper {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .woocommerce .woocommerce-section form .login-button-wrapper {
    align-items: flex-start;
  }
}
.woocommerce .woocommerce-section form .login-button-wrapper button {
  order: 1;
  margin-right: 2.31rem;
}
@media screen and (max-width: 960px) {
  .woocommerce .woocommerce-section form .login-button-wrapper button {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.woocommerce .woocommerce-section form .login-button-wrapper .form-control {
  order: 2;
  --bleed: 0;
}
.woocommerce .woocommerce-section .woocommerce-LostPassword {
  margin-top: 1rem;
  opacity: 0.5;
}
.woocommerce .woocommerce-section .register-col form label {
  display: none;
}
.woocommerce .woocommerce-section .register-col .register-text {
  margin-bottom: 3.31rem;
}
@media screen and (max-width: 960px) {
  .woocommerce .woocommerce-section .register-col .register-text {
    margin-bottom: 2.06rem;
  }
}
.woocommerce .woocommerce-section .register-col .button {
  width: fit-content;
}
.woocommerce .woocommerce-section .woocommerce-form-register {
  display: none;
}
.woocommerce .woocommerce-section .woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 1.5rem;
}