body.storefront-login-route #main > .container,
body.storefront-lost-password-route #main > .container {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1690px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

body.storefront-login-route #main .main-content,
body.storefront-lost-password-route #main .main-content {
  padding-top: 24px;
  padding-bottom: 80px;
}

body.storefront-login-route .login-page.custom-acc-page,
body.storefront-lost-password-route .login-page.custom-acc-page {
  margin: 0;
  color: #000;
  font: 400 15px/26px "Jost", Arial, sans-serif;
}

body.storefront-login-route .wrapper-login-customer .page-header,
body.storefront-lost-password-route .wrapper-login-customer .page-header {
  height: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 2px;
  text-align: left;
}

body.storefront-login-route .wrapper-login-customer .page-header h1,
body.storefront-lost-password-route .wrapper-login-customer .page-header h1 {
  height: 25px;
  margin: 20px 0 30px;
  padding: 0;
  color: #202020;
  font: 700 20px/25px "Jost", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body.storefront-login-route .wrapper-login-customer .wrapper-content,
body.storefront-lost-password-route .wrapper-login-customer .wrapper-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 78px;
  border-bottom: 1px solid #f6f6f6;
}

body.storefront-login-route .wrapper-login-customer .wrapper-content .col-left,
body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-left {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

body.storefront-login-route .wrapper-login-customer .wrapper-content .col-right,
body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-right {
  flex: 0 0 calc(50% + 10px);
  max-width: calc(50% + 10px);
}

body.storefront-login-route .wrapper-login-customer .wrapper-content .col-left > *,
body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-left > * {
  padding-right: 42px;
}

body.storefront-login-route .wrapper-login-customer .wrapper-content .col-right > *,
body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-right > * {
  padding-right: 42px;
  padding-left: 42px;
}

body.storefront-login-route .wrapper-login-customer .wrapper-content .col-right .wrapper-title ~ *,
body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-right .wrapper-title ~ * {
  margin-left: 15px;
}

body.storefront-login-route .wrapper-login-customer .wrapper-content::after,
body.storefront-lost-password-route .wrapper-login-customer .wrapper-content::after {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 1px;
  height: calc(100% - 109px);
  background-color: #f6f6f6;
  content: "";
}

body.storefront-login-route .wrapper-login-customer .wrapper-title,
body.storefront-lost-password-route .wrapper-login-customer .wrapper-title {
  margin-bottom: 36px;
  padding: 13px 42px 10px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  background-color: #fafafa;
  text-align: center;
}

body.storefront-login-route .wrapper-login-customer .box-title,
body.storefront-lost-password-route .wrapper-login-customer .box-title {
  margin: 0;
  color: #202020;
  font: 700 17px/27px "Jost", Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.storefront-login-route .wrapper-login-customer .custom-or-abs,
body.storefront-lost-password-route .wrapper-login-customer .custom-or-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 42px;
  padding: 10px 0;
  background-color: #fff;
}

body.storefront-login-route .wrapper-login-customer .custom-or-abs .or_text,
body.storefront-lost-password-route .wrapper-login-customer .custom-or-abs .or_text {
  display: block;
  box-sizing: border-box;
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 11px 5px 9px;
  border: 1px solid #ccc;
  border-radius: 21px;
  color: #787878;
  font: 400 15px/26px "Jost", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

body.storefront-login-route .wrapper-login-customer .new-customer,
body.storefront-lost-password-route .wrapper-login-customer .new-customer {
  text-align: left !important;
}

body.storefront-login-route .wrapper-login-customer .new-customer .wrapper-title,
body.storefront-lost-password-route .wrapper-login-customer .new-customer .wrapper-title {
  text-align: center;
}

body.storefront-login-route .wrapper-login-customer .new-customer .des,
body.storefront-lost-password-route .wrapper-login-customer .new-customer .des {
  margin-top: 0;
  margin-bottom: 25px;
  color: #000;
  font: 400 15px/27px "Jost", Arial, sans-serif;
  text-align: left;
}

body.storefront-login-route .wrapper-login-customer .form-group,
body.storefront-lost-password-route .wrapper-login-customer .form-group {
  margin-bottom: 15px;
  padding: 0;
}

body.storefront-login-route .wrapper-login-customer .form-group label,
body.storefront-lost-password-route .wrapper-login-customer .form-group label {
  display: inline-block;
  margin: 0 0 9px;
  color: #202020;
  font: 500 15px/23px "Jost", Arial, sans-serif;
}

body.storefront-login-route .wrapper-login-customer .form-group label em,
body.storefront-lost-password-route .wrapper-login-customer .form-group label em {
  color: #f1152f;
  font-style: normal;
}

body.storefront-login-route .wrapper-login-customer input[type="text"],
body.storefront-login-route .wrapper-login-customer input[type="email"],
body.storefront-login-route .wrapper-login-customer input[type="password"],
body.storefront-lost-password-route .wrapper-login-customer input[type="text"],
body.storefront-lost-password-route .wrapper-login-customer input[type="email"],
body.storefront-lost-password-route .wrapper-login-customer input[type="password"] {
  display: block;
  box-sizing: border-box;
  width: 380px;
  max-width: 100%;
  height: 38px;
  min-height: 0;
  margin: 0;
  padding: 7px 12px 5px;
  border: 1px solid #cbcbcb;
  border-radius: 0;
  outline: none;
  background: #fff;
  color: #3c3c3c;
  font: 400 15px/24px "Jost", Arial, sans-serif;
  box-shadow: none;
}

body.storefront-login-route .wrapper-login-customer input[type="text"]:focus,
body.storefront-login-route .wrapper-login-customer input[type="email"]:focus,
body.storefront-login-route .wrapper-login-customer input[type="password"]:focus,
body.storefront-lost-password-route .wrapper-login-customer input[type="text"]:focus,
body.storefront-lost-password-route .wrapper-login-customer input[type="email"]:focus,
body.storefront-lost-password-route .wrapper-login-customer input[type="password"]:focus {
  border-color: #cbcbcb;
  outline: none;
  box-shadow: none;
}

body.storefront-login-route .wrapper-login-customer .password-input,
body.storefront-lost-password-route .wrapper-login-customer .password-input {
  width: 380px;
  max-width: 100%;
}

body.storefront-login-route .wrapper-login-customer .password-input .show-password-input,
body.storefront-lost-password-route .wrapper-login-customer .password-input .show-password-input {
  display: none !important;
}

body.storefront-login-route .wrapper-login-customer .password-input > input,
body.storefront-lost-password-route .wrapper-login-customer .password-input > input {
  padding-right: 12px;
}

body.storefront-login-route .wrapper-login-customer .action-btn,
body.storefront-lost-password-route .wrapper-login-customer .action-btn {
  padding-top: 6px;
}

body.storefront-login-route .wrapper-login-customer .btn,
body.storefront-login-route .wrapper-login-customer .button,
body.storefront-login-route .wrapper-login-customer button[type="submit"],
body.storefront-lost-password-route .wrapper-login-customer .btn,
body.storefront-lost-password-route .wrapper-login-customer .button,
body.storefront-lost-password-route .wrapper-login-customer button[type="submit"] {
  display: inline-block;
  box-sizing: border-box;
  min-width: 130px;
  max-width: 100%;
  height: 51px;
  min-height: 0;
  margin: 0 0 25px;
  padding: 14px 15px 12px;
  border: 1px solid #000 !important;
  border-radius: 3px;
  outline: none;
  background: #fff;
  color: #000 !important;
  font: 600 15px/23px "Jost", Arial, sans-serif;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.3s ease;
}

body.storefront-login-route .wrapper-login-customer .btn:hover,
body.storefront-login-route .wrapper-login-customer .button:hover,
body.storefront-login-route .wrapper-login-customer button[type="submit"]:hover,
body.storefront-lost-password-route .wrapper-login-customer .btn:hover,
body.storefront-lost-password-route .wrapper-login-customer .button:hover,
body.storefront-lost-password-route .wrapper-login-customer button[type="submit"]:hover {
  border-color: #ffcc00 !important;
  background: #ffcc00;
  color: #000;
  text-decoration: none;
}

body.storefront-login-route .wrapper-login-customer .btn:focus,
body.storefront-login-route .wrapper-login-customer .button:focus,
body.storefront-login-route .wrapper-login-customer button[type="submit"]:focus,
body.storefront-lost-password-route .wrapper-login-customer .btn:focus,
body.storefront-lost-password-route .wrapper-login-customer .button:focus,
body.storefront-lost-password-route .wrapper-login-customer button[type="submit"]:focus {
  border-color: #000 !important;
  outline: none;
  outline-offset: 0 !important;
  background: #fff;
  color: #000 !important;
  text-decoration: none;
}

body.storefront-login-route .wrapper-login-customer .btn:active,
body.storefront-login-route .wrapper-login-customer .button:active,
body.storefront-login-route .wrapper-login-customer button[type="submit"]:active,
body.storefront-lost-password-route .wrapper-login-customer .btn:active,
body.storefront-lost-password-route .wrapper-login-customer .button:active,
body.storefront-lost-password-route .wrapper-login-customer button[type="submit"]:active {
  border-color: #000 !important;
  background: #fff;
  color: #000 !important;
  outline-offset: 0 !important;
}

body.storefront-login-route .wrapper-login-customer .wrapper-content .col-right .storefront-account-register-button,
body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-right .storefront-account-register-button {
  min-width: 242px;
  padding: 14px 15px 12px;
  border-color: #ffcc00 !important;
  background: #ffcc00;
  color: #000;
}

/*
 * Align the CTA's outer edge with the padded registration copy while keeping
 * the centered OR separator clear. The stacked mobile layout keeps its native
 * spacing through the existing max-width: 767px rules below.
 */
@media (min-width: 768px) {
  body.storefront-login-route .wrapper-login-customer .wrapper-content .col-right .storefront-account-register-button,
  body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-right .storefront-account-register-button {
    margin-left: 57px;
  }
}

body.storefront-login-route .wrapper-login-customer .wrapper-content .col-right .storefront-account-register-button:hover,
body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-right .storefront-account-register-button:hover {
  border-color: #000 !important;
  background: #fff;
  color: #000;
}

body.storefront-login-route .wrapper-login-customer .wrapper-content .col-right .storefront-account-register-button:active,
body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-right .storefront-account-register-button:active {
  border-color: #ffcc00 !important;
  background: #ffcc00;
  color: #000 !important;
  outline-offset: 0 !important;
}

body.storefront-login-route .wrapper-login-customer .wrapper-content .col-right .storefront-account-register-button:focus,
body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-right .storefront-account-register-button:focus {
  outline-offset: 0.5px !important;
}

body.storefront-login-route .wrapper-login-customer .last,
body.storefront-lost-password-route .wrapper-login-customer .last {
  color: #000;
  font: 400 15px/26px "Jost", Arial, sans-serif;
}

body.storefront-login-route .wrapper-login-customer .last a,
body.storefront-lost-password-route .wrapper-login-customer .last a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

body.storefront-login-route .wrapper-login-customer .last a:hover,
body.storefront-lost-password-route .wrapper-login-customer .last a:hover {
  color: #ffcc00;
  text-decoration: none;
}

body.storefront-login-route .wrapper-login-customer .last a:focus,
body.storefront-lost-password-route .wrapper-login-customer .last a:focus {
  outline: none;
  outline-offset: 0.5px !important;
}

body.storefront-login-route .wrapper-login-customer .last a:active,
body.storefront-lost-password-route .wrapper-login-customer .last a:active {
  color: #000;
  outline-offset: 0 !important;
}

body.storefront-login-route .wrapper-login-customer .last a:last-child,
body.storefront-lost-password-route .wrapper-login-customer .last a:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

body.storefront-login-route .wrapper-login-customer #recover_password > div:first-child,
body.storefront-lost-password-route .wrapper-login-customer #recover_password > div:first-child {
  margin-bottom: 25px;
}

body.storefront-login-route .wrapper-login-customer #recover_password .action-btn span,
body.storefront-login-route .wrapper-login-customer #recover_password .action-btn a,
body.storefront-lost-password-route .wrapper-login-customer #recover_password .action-btn span,
body.storefront-lost-password-route .wrapper-login-customer #recover_password .action-btn a {
  display: inline-block;
  margin-bottom: 25px;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
  vertical-align: middle;
}

body.storefront-login-route .wrapper-login-customer #recover_password .cancel_text,
body.storefront-lost-password-route .wrapper-login-customer #recover_password .cancel_text {
  color: #ffcc00;
  text-decoration: none;
  transition: all 0.3s ease;
}

body.storefront-login-route .wrapper-login-customer #recover_password .cancel_text:hover,
body.storefront-lost-password-route .wrapper-login-customer #recover_password .cancel_text:hover {
  color: #000;
}

body.storefront-login-route .wrapper-login-customer #recover_password .cancel_text:focus,
body.storefront-lost-password-route .wrapper-login-customer #recover_password .cancel_text:focus {
  outline: none;
  outline-offset: 0.5px !important;
}

body.storefront-login-route .wrapper-login-customer #recover_password .cancel_text:active,
body.storefront-lost-password-route .wrapper-login-customer #recover_password .cancel_text:active {
  color: #ffcc00;
  outline-offset: 0.5px !important;
}

body.storefront-login-route .wrapper-login-customer .wrapper-content .col-right .storefront-account-register-button:focus:active,
body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-right .storefront-account-register-button:focus:active,
body.storefront-login-route .wrapper-login-customer .last a:focus:active,
body.storefront-lost-password-route .wrapper-login-customer .last a:focus:active {
  outline-offset: 0 !important;
}

body.storefront-login-route .wrapper-login-customer [hidden],
body.storefront-lost-password-route .wrapper-login-customer [hidden] {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body.storefront-login-route #main > .container,
  body.storefront-lost-password-route #main > .container {
    width: 100% !important;
    max-width: 1010px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.storefront-login-route #main > .container,
  body.storefront-lost-password-route #main > .container {
    width: 750px !important;
    max-width: 750px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

@media (max-width: 767px) {
  body.storefront-login-route .wrapper-login-customer .page-header,
  body.storefront-lost-password-route .wrapper-login-customer .page-header,
  body.storefront-login-route .wrapper-login-customer .page-header h1,
  body.storefront-lost-password-route .wrapper-login-customer .page-header h1 {
    height: 22.5px;
  }

  body.storefront-login-route .wrapper-login-customer .page-header h1,
  body.storefront-lost-password-route .wrapper-login-customer .page-header h1 {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 22.5px;
    letter-spacing: 1px;
  }

  body.storefront-login-route .wrapper-login-customer .custom-or-abs,
  body.storefront-lost-password-route .wrapper-login-customer .custom-or-abs,
  body.storefront-login-route .wrapper-login-customer .wrapper-content::after,
  body.storefront-lost-password-route .wrapper-login-customer .wrapper-content::after {
    display: none;
  }

  body.storefront-login-route .wrapper-login-customer .wrapper-content,
  body.storefront-lost-password-route .wrapper-login-customer .wrapper-content {
    padding-bottom: 0;
    border-bottom: none;
  }

  body.storefront-login-route .wrapper-login-customer .wrapper-content .col-left,
  body.storefront-login-route .wrapper-login-customer .wrapper-content .col-right,
  body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-left,
  body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.storefront-login-route .wrapper-login-customer .wrapper-content .col-left > *,
  body.storefront-login-route .wrapper-login-customer .wrapper-content .col-right > *,
  body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-left > *,
  body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-right > * {
    padding-right: 15px;
  }

  body.storefront-login-route .wrapper-login-customer .wrapper-content .col-left .wrapper-title,
  body.storefront-login-route .wrapper-login-customer .wrapper-content .col-right .wrapper-title,
  body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-left .wrapper-title,
  body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-right .wrapper-title {
    padding-left: 15px;
  }

  body.storefront-login-route .wrapper-login-customer .wrapper-content .col-left,
  body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-left {
    margin-bottom: 35px;
  }

  body.storefront-login-route .wrapper-login-customer .wrapper-content .col-right .wrapper-title ~ *,
  body.storefront-lost-password-route .wrapper-login-customer .wrapper-content .col-right .wrapper-title ~ * {
    margin-left: 0;
    padding-left: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  body.storefront-login-route #main > .container,
  body.storefront-lost-password-route #main > .container {
    width: 540px !important;
    max-width: 540px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

@media (max-width: 575px) {
  body.storefront-login-route #main > .container,
  body.storefront-lost-password-route #main > .container {
    width: 100% !important;
    max-width: none !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
