/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
header {
  background: #e3f0f8;
}
header nav:first-of-type {
  border-bottom: none;
}

.checkout-header {
  display: flex;
  flex-direction: column;
}
.checkout-header .svg-icon {
  width: 7.5rem;
  height: 2.5rem;
}

.header-content {
  margin: 1rem 0;
  font-size: 0.875rem;
  letter-spacing: -0.25px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-content .icon-chevron {
  margin-right: 14px;
}
.header-content .icon-chevron svg {
  transform: rotate(90deg);
  width: 0.75rem;
  height: 0.75rem;
}
.header-content .back-button {
  position: absolute;
  left: 0;
}
.header-content .back-btn {
  align-items: center;
  display: flex;
}
.header-content .brand-logo .svg-icon {
  width: 7.5rem;
  height: 1.5rem;
}
.header-content .brand-logo .svg-icon h1 {
  font-size: 0;
}

@media (min-width: 847px) {
  .header-content {
    margin: 10px 0;
    font-size: 1rem;
  }
  .header-content .brand-logo .svg-icon {
    height: 2.5rem;
  }
}
/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.need-help {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f7f7;
  padding: 0.75rem 0 1rem;
}
.need-help h4 {
  font-weight: 300;
  font-size: 1rem;
}
.need-help a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem;
  font-size: 0.875rem;
}
.need-help .icon {
  font-size: 2.125rem;
}

.checkout-footer .secure-checkout {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 300;
}
.checkout-footer .icon-secure {
  font-size: 0.875rem;
}

@media (min-width: 847px) {
  .need-help {
    padding: 1.25rem 0 2rem;
  }
  .need-help h4 {
    font-size: 1.25rem;
  }
  .checkout-footer .secure-checkout {
    margin-bottom: 1rem;
    font-size: 0.875rem;
  }
  .checkout-footer .icon-secure {
    font-size: 1rem;
  }
}
.toggle-password-visibility {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 35px;
  cursor: pointer;
  /* stylelint-disable-next-line selector-id-pattern */
}
#editProfileModal .toggle-password-visibility {
  right: 16px;
}
.toggle-password-visibility::before {
  content: url("../../images/no-eye.svg");
  position: absolute;
  opacity: 0;
}
.toggle-password-visibility::after {
  content: url("../../images/eye.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}

input[type=text] ~ .toggle-password-visibility::after {
  content: url("../../images/no-eye.svg");
}

.checkout .page,
.countersignup .page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.checkout footer,
.countersignup footer {
  margin-top: auto;
  padding-top: 2.25rem;
}

.login-page-subheader {
  margin: 1rem 0 -4px;
}
.login-page-subheader .fresh-rewards-promo-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 15px -4px;
}
.login-page-subheader .fresh-rewards-promo-container .earn-points {
  font-size: 1rem;
  letter-spacing: -0.5px;
  line-height: 1.5rem;
  padding-left: 10px;
}
.login-page-subheader .replenishment-warning {
  margin: 0 15px 6px;
}
.login-page-subheader .replenishment-warning.without-benefits {
  margin-bottom: -4px;
}

.replenishment-warning {
  display: flex;
  justify-content: center;
  margin: 0 15px 1.5rem;
  padding: 0.5625rem 14px;
  background: #f1f1f1;
  border-radius: 4px;
}
.replenishment-warning .info-icon {
  display: flex;
  align-items: center;
  width: 18px;
  height: 1.188rem;
}
.replenishment-warning .text {
  padding-left: 9px;
  font-size: 1rem;
  line-height: 1.188rem;
  letter-spacing: -0.5px;
}

.login-page {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.login-page.container {
  max-width: 945px;
}
.login-page .signin-wrapper {
  flex: 1;
}
.login-page .login-header {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2.375rem;
  letter-spacing: -2px;
  line-height: 2.5rem;
  margin-bottom: 0;
  text-align: left;
}
.login-page #login {
  margin-top: 0.375rem !important;
  margin-bottom: 0 !important;
}
.login-page .login-form-nav {
  margin-bottom: 0;
}
.login-page .login-form-nav .tab-pane {
  margin-top: 1em;
}
.login-page .card-header {
  border: none;
  padding: 0;
}
.login-page .card {
  border: none;
}
.login-page .card.login .error-message-form {
  padding: 0.625em;
  background-color: #c8102e;
  color: #fff;
  border-radius: 0.188em;
}
.login-page .custom-control {
  padding-left: 0;
}
.login-page .login-content {
  margin: 0 0 16px;
}
.login-page .signin-module {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.0625rem;
}
.login-page .signin-module .remember-me {
  margin: 0;
}
.login-page .forgot-password {
  font-size: 0.75rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.login-page select.option-select {
  height: 40px;
}
.login-page .terms-cond {
  font-weight: 300;
}
.login-page .terms-cond span {
  font-weight: 400;
}
.login-page .terms-cond a {
  text-decoration: underline;
}
.login-page .login-page-account-register-benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #e3f0f8 18.23%, #f7f7f7 100%);
  min-height: 480px;
  min-width: 315px;
  transform: translateX(-15px);
  width: calc(100% + 30px);
  margin-top: 0.75rem;
}
.login-page .login-page-account-register-benefits .content-asset {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.login-page .login-page-account-register-benefits .register-benefits-header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.8125rem;
}
.login-page .login-page-account-register-benefits .register-benefits-header-wrapper .register-benefits-header {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
}
.login-page .login-page-account-register-benefits .register-benefits-header-wrapper .register-benefits-subheader {
  font-size: 1rem;
  line-height: 1.1875rem;
  position: relative;
  top: -9px;
}
.login-page .login-page-account-register-benefits .register-benefits-title {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: -1px;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.login-page .login-page-account-register-benefits .register-benefits-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: -0.5px;
}
.login-page .login-page-account-register-benefits .register-benefits-content .benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 105px;
  min-width: 105px;
  margin: 0 0.75rem 1.25rem;
}
.login-page .login-page-account-register-benefits .register-benefits-content .benefit-card .benefit-text {
  text-align: center;
}
.login-page .login-page-account-register-benefits .register-benefits-content .benefit-card img {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.75rem;
}
.login-page .h-48 {
  height: 48px;
}
.login-page .divider {
  margin: 1.0625rem 0;
}
.login-page.multi-step-account-creation {
  max-width: 1010px;
  margin-top: 2rem;
}
.login-page.multi-step-account-creation .field-areacode {
  width: 100px;
  margin-right: 15px;
}
.login-page.multi-step-account-creation .create-an-account {
  border-bottom: 1px solid #c4c4c4;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  letter-spacing: -2px;
  line-height: 4rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.4375rem;
  font-size: 2.375rem;
}
.login-page.multi-step-account-creation .create-an-account.margin-fix {
  margin: 0 15px 1.5rem;
}
.login-page.multi-step-account-creation .validate-phone-heading {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
}
.login-page.multi-step-account-creation .registration-phone {
  padding-bottom: 1.5rem;
}
.login-page.multi-step-account-creation .phone-number-fields {
  width: 100%;
  min-height: 40px;
  margin-bottom: 0.75rem;
}
.login-page.multi-step-account-creation .phone-number-fields + p.w-100 {
  margin-bottom: 1.75rem !important;
}
.login-page.multi-step-account-creation .send-verification-code-btn {
  width: 100%;
  height: 48px;
}
.login-page.multi-step-account-creation .field-phonenumber {
  flex: 1;
}
.login-page.multi-step-account-creation .field-phonenumber .form-group {
  margin: 0;
}
.login-page.multi-step-account-creation .personal-info-heading {
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  padding: 20px 0;
  margin-bottom: 10px !important;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -1px;
}
.login-page.multi-step-account-creation .codeverify-form-container .validate-phone-heading {
  margin-bottom: 1.35rem;
}
.login-page.multi-step-account-creation .codeverify-form-container .registration-codeverify {
  padding-bottom: 2.75rem;
}
.login-page.multi-step-account-creation .codeverify-form-container .registration-codeverify .field-verifycode {
  max-width: 478px;
}
.login-page.multi-step-account-creation .codeverify-form-container .registration-codeverify .field-verifycode .form-group {
  margin-bottom: 1.8125rem;
}
.login-page.multi-step-account-creation .codeverify-form-container .registration-codeverify .verify-code-btn {
  max-width: 280px;
  height: 48px;
  width: 100%;
}
.login-page.multi-step-account-creation .registration-form-container .personal-info-heading {
  border-bottom: unset;
  padding: 1.5rem 0 0.4375rem;
}
.login-page.multi-step-account-creation .registration-form-container .circle-checkmark {
  width: 38px;
  height: 38px;
  padding-left: 19px;
}
.login-page.multi-step-account-creation .registration-form-container .registration {
  max-width: 600px;
  margin-bottom: 1.1875rem;
}
.login-page.multi-step-account-creation .registration-form-container .registration .create-acc-btn .btn {
  width: 100%;
  max-width: 380px;
}
.login-page.multi-step-account-creation .registration-form-container .validate-phone-heading::before {
  float: right;
  font-size: 1.375rem;
  color: #303e48;
}
.login-page.multi-step-account-creation .registration-form-container .validate-phone-heading::after {
  clear: both;
}

.login-benefit-container {
  display: flex;
  margin: 20px 0;
}
.login-benefit-container .login-benefit {
  display: flex;
  align-items: center;
}
.login-benefit-container .login-benefit:last-child .benefit-text {
  padding-right: 0;
}
.login-benefit-container .benefit-icon {
  padding-right: 8px;
}
.login-benefit-container .benefit-icon svg {
  width: 2rem;
  height: 2rem;
}
.login-benefit-container .benefit-text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: -0.5px;
  padding-right: 15px;
}

.earn-points {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.earn-points .points-container {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 600;
}
.earn-points .points-container .points {
  font-size: 1.25rem;
  background: #e3f0f8;
}

.btn-create-account {
  letter-spacing: 1.1px;
}

.oauth-facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #000;
  letter-spacing: 1.1px;
}
.oauth-facebook .fa-facebook-official {
  padding-right: 11px;
}
.oauth-facebook .icon {
  width: 18px;
  height: 18px;
  background-color: #3b5998;
  border-radius: 50%;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.registration-page .privacy-policy {
  margin-top: 1rem;
}

.equal-height .card {
  border-color: transparent;
  width: 85%;
  margin: 0 auto;
}

.card.login {
  border: none;
  margin-bottom: 0;
}

.account-container {
  padding: 1rem 15px;
  margin: 0 -15px;
}

.divider {
  width: 100%;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0;
}
.divider span {
  display: inline-block;
}
.divider .divider-border {
  height: 1px;
  flex: auto;
  margin-top: 10px;
  border-bottom: 1px solid #303e48;
}
.divider .divider-txt {
  padding: 0 5px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.passwordrecovery-dialog {
  max-width: 600px;
}
@media (min-width: 847px) {
  .passwordrecovery-dialog {
    top: 25%;
  }
}
@media (max-width: 846.98px) {
  .passwordrecovery-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .passwordrecovery-dialog .modal-content {
    height: 100%;
  }
}
.passwordrecovery-dialog .modal-content .modal-header {
  padding: 0;
}
.passwordrecovery-dialog .modal-content .modal-header-close {
  text-align: right;
}
.passwordrecovery-dialog .modal-content .close,
.passwordrecovery-dialog .modal-content .icon-close {
  background: transparent;
  border: none;
  font-size: 1rem;
  padding: 17px 0;
  opacity: 1;
}
.passwordrecovery-dialog .modal-content .close {
  margin-right: 17px;
}
@media (min-width: 847px) {
  .passwordrecovery-dialog .modal-content .modal-body {
    padding: 40px 95px 60px;
  }
}
@media (max-width: 846.98px) {
  .passwordrecovery-dialog .modal-content .modal-body {
    padding: 0 44px 60px;
    top: 30%;
    max-width: 400px;
    align-self: center;
  }
}
.passwordrecovery-dialog .modal-content .modal-title {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
}
.passwordrecovery-dialog .modal-content .forgotpassword-email {
  padding-top: 14px;
  text-align: center;
  max-width: 348px;
  margin-left: auto;
  margin-right: auto;
}
.passwordrecovery-dialog .modal-content .modal-content-header {
  text-align: center;
}

.account-create {
  max-width: 780px;
}
.account-create .create-an-account {
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 0;
}
.account-create .field-areacode {
  max-width: 100px;
}
.account-create .field-phonenumber {
  flex: 1;
  max-width: 100%;
}

.date-of-birth input[value=""],
.date-of-birth input[value=null] {
  color: transparent;
}
.date-of-birth .is-invalid {
  padding-right: 16px;
}
.date-of-birth input::-webkit-calendar-picker-indicator {
  background-image: url("../images/calendar.svg") !important;
  background-repeat: no-repeat;
  background-size: 1rem;
  position: absolute;
  right: 0;
  padding: 10px;
  border-radius: 4px;
}
.date-of-birth input::-webkit-calendar-picker-indicator:focus-visible {
  outline: 1px dotted #303e48;
  outline-offset: 2px;
}
.date-of-birth input::-webkit-inner-spin-button {
  appearance: none;
  display: none;
}
.date-of-birth input::-webkit-date-and-time-value {
  text-align: left;
}
.date-of-birth input {
  border-color: #303e48;
  position: relative;
  -webkit-min-logical-width: calc(100% - 16px);
  -webkit-appearance: initial;
}

.profile-option {
  float: left;
  margin: 0;
  width: 100%;
  position: relative;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .profile-option.dob {
    width: 90px;
    margin-right: 20px;
  }
}

select.option-select {
  appearance: none;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}

select.option-select::-ms-expand {
  display: none;
}

.profile-option .icon-chevron {
  position: absolute;
  top: 16px;
  right: 16px;
  pointer-events: none;
}

.month-of-birth-menu {
  margin-top: -1px;
}
@media (min-width: 992px) {
  .month-of-birth-menu {
    padding-right: 0;
    float: left;
    margin-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .month-of-birth-menu {
    padding: 0;
  }
}

@media (min-width: 847px) {
  .date-of-birth-menu {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .date-of-birth-menu {
    padding: 0;
  }
}

.form-hint {
  font-size: 0.75rem;
  line-height: 1.16;
  letter-spacing: -0.5px;
  font-weight: 300;
  padding: 0 15px;
}
.form-hint.required-field {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 5px;
}
.form-hint.inside {
  padding: 5px 0 0;
}
.form-hint.password-label {
  padding: 5px 0 0;
}

.create-acc-btn {
  justify-content: center;
}
.create-acc-btn .btn {
  padding-top: 2px;
  padding-bottom: 2px;
}

.registration-checkbox {
  margin-bottom: 0;
}

.form-control-label.dob {
  margin-bottom: 0.5rem;
}
.form-control-label.dob .dob-text::after {
  content: "*";
  color: #303e48;
}

@media (max-width: 1199.98px) {
  .family-rewards {
    width: 391px;
  }
}
@media (max-width: 991.98px) {
  .family-rewards {
    width: 100%;
  }
}

.guest-user {
  margin-bottom: 0;
}
.guest-user .card-header {
  margin-top: 16px;
}
.guest-user .card-header .checkout-as-guest {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.make-account-info {
  padding-bottom: 0;
}
.make-account-info p {
  margin-bottom: 0;
}

.make-account-cont {
  margin-top: 1rem;
}

.check-login-title {
  margin-bottom: 36px;
}

.login {
  margin-bottom: 0;
}
.login .card-body {
  margin: 0;
  padding: 1rem 0 1.25rem;
  background-color: white;
}

.login-form-nav {
  margin-bottom: 0;
}

.card-header-reset {
  border: none;
  text-align: center;
}

.card-reset {
  border: none;
  height: 100vh;
  margin-top: 61px;
}

.reset-password {
  max-width: 445px;
  margin: auto;
}
@media (max-width: 543.98px) {
  .reset-password {
    flex-direction: column-reverse;
  }
}

.newpswrd {
  max-width: 445px;
}

.cancel-button {
  padding-left: 0;
}
@media (max-width: 543.98px) {
  .cancel-button {
    padding-right: 0;
    margin-top: 20px;
  }
}

.save-button {
  padding-right: 0;
}
@media (max-width: 543.98px) {
  .save-button {
    padding-left: 0;
  }
}

.login-fb-logo {
  height: 11px;
  width: 6px;
  margin-top: 1px;
}

.trackorder-msgtext {
  margin-bottom: 22px;
}

.checkstatus-btn {
  margin-top: 32px;
}

.ecrm-server-error {
  display: block;
}

.ecrm-returningcustomer-welcomeback-msg {
  max-width: 729px;
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #89c5ea;
}

.multi-step-account-creation input.form-control[readonly]:not(.autocompleteoff),
.multi-step-account-creation select.form-control[readonly]:not(.autocompleteoff) {
  background-color: #eeecec !important;
  pointer-events: none !important;
}
.multi-step-account-creation input.form-control[readonly]:not(.autocompleteoff) ~ .icon-chevron,
.multi-step-account-creation select.form-control[readonly]:not(.autocompleteoff) ~ .icon-chevron {
  display: none;
}
.multi-step-account-creation input.form-control[readonly].showplaceholder ~ .form-control-placeholder {
  display: block;
}

.ecrm-phone-number-label {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 8px;
}
.ecrm-phone-number-label .phone-number-txt::after {
  content: "*";
  color: #303e48;
}

.kakao-login {
  background-color: #fee500;
  border-color: #fee500;
}

.login-page.trackorder-page .account-container {
  padding: 0 15px;
}
.login-page.trackorder-page .account-container .login .card-body {
  background-color: #fff;
}
.login-page.trackorder-page .account-container .btn {
  border-radius: 4px;
}

@media (max-width: 846.98px) {
  .login-page.trackorder-page .login:first-child .card-body {
    padding-top: 32px;
  }
}
@media (min-width: 847px) {
  .login-page.trackorder-page .account-container .card.login:first-of-type {
    margin-bottom: 32px;
  }
}
@media (min-width: 847px) {
  .login-page-subheader {
    margin: 1rem 0 4px;
  }
  .login-page {
    margin-top: 32px;
  }
  .login-page.container {
    justify-content: center;
  }
  .login-page #login {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
  }
  .login-page .login-header {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 10px;
    letter-spacing: -2px;
  }
  .login-page .login .card-body {
    margin: 0;
    padding: 0;
    border-radius: 4px;
  }
  .login-page .account-container {
    padding: 3.75rem 100px;
    margin: 0;
  }
  .login-page .forgot-password {
    line-height: 1.6;
  }
  .login-page .login-page-account-register-benefits {
    max-width: 375px;
    margin-right: 40px;
    width: 100%;
    transform: none;
    margin-top: 0;
  }
  .login-page .signin-wrapper {
    max-width: 530px;
  }
  .earn-points {
    font-size: 1rem;
    letter-spacing: -0.25px;
  }
  .divider .divider-txt {
    font-weight: 300;
  }
  .account-create {
    margin: 0 auto;
  }
  .account-create .create-an-account {
    text-align: center;
  }
  .account-create .subheader2 {
    text-align: center;
  }
  .account-create .field-areacode {
    padding-left: 10px;
  }
  .account-create .field-phonenumber {
    padding-right: 10px;
  }
  .account-create .col-lg-6,
  .account-create .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .date-of-birth input::before {
    content: "" !important;
  }
  .form-hint.password-label {
    padding: 5px 10px 0;
  }
}
@media (min-width: 847px) {
  .login-page.multi-step-account-creation form {
    max-width: 478px;
  }
  .login-page.multi-step-account-creation .create-an-account {
    font-size: 3.75rem;
    margin-bottom: 1.75rem;
  }
  .login-page.multi-step-account-creation .create-an-account.margin-fix {
    margin: 0 0 1.75rem;
  }
  .login-page.multi-step-account-creation .validate-phone-heading {
    font-size: 1.875rem;
    margin-bottom: 1.75rem;
  }
  .login-page.multi-step-account-creation .personal-info-heading {
    font-size: 1.875rem;
    padding: 1.5625rem 0;
  }
  .login-page.multi-step-account-creation .registration-phone {
    padding-bottom: 1.75rem;
  }
  .login-page.multi-step-account-creation .codeverify-form-container {
    margin-top: 2.75rem;
  }
  .login-page.multi-step-account-creation .registration-form-container .personal-info-heading {
    padding: 2.5625rem 0 0.6875rem;
    margin: 0;
  }
  .login-page.multi-step-account-creation .registration-form-container .validate-phone-heading {
    padding: 0;
  }
  .login-page.multi-step-account-creation .registration-form-container .registration .account-create .col-lg-6,
  .login-page.multi-step-account-creation .registration-form-container .registration .account-create .col-lg-12 {
    padding-left: 0;
    padding-right: 20px;
  }
  .login-page.multi-step-account-creation .registration-form-container .registration .field-areacode {
    padding-left: 0;
    margin-right: 0;
  }
  .login-page.multi-step-account-creation .registration-form-container .registration .field-phonenumber {
    padding-right: 20px;
  }
  .login-page.multi-step-account-creation .registration-form-container .registration .registration-checkbox,
  .login-page.multi-step-account-creation .registration-form-container .registration .create-acc-btn {
    margin-left: -15px;
  }
  .login-page.multi-step-account-creation .registration-form-container .registration .subscribe-group {
    margin-left: -15px;
  }
  .login-page.multi-step-account-creation .registration-form-container .registration .subscribe-group .registration-checkbox {
    margin-left: 0;
  }
  .login-page.multi-step-account-creation .registration-form-container .registration .create-acc-btn {
    justify-content: start;
  }
  .login-page.multi-step-account-creation .send-verification-code-btn {
    max-width: 320px;
  }
}
@media (max-width: 437px) {
  .login-page.multi-step-account-creation .create-an-account {
    font-size: 1.68rem;
  }
  .login-page.multi-step-account-creation .validate-phone-heading {
    font-size: 1.4rem;
  }
  .login-page.multi-step-account-creation .personal-info-heading {
    font-size: 1.4rem;
  }
}
.request-password-reset-page.container {
  max-width: 600px;
}
.request-password-reset-page .password-reset-header h1.page-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: start;
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: -2px;
}
.request-password-reset-page .password-reset-body {
  display: flex;
  justify-content: start;
}
.request-password-reset-page .password-reset-body .reset-password-form {
  width: 100%;
}
.request-password-reset-page .password-reset-body #submit-email-button {
  height: 48px;
}

@media (min-width: 847px) {
  .request-password-reset-page .password-reset-header h1.page-title {
    margin-top: 2rem;
    justify-content: center;
  }
  .request-password-reset-page .password-reset-body {
    justify-content: center;
  }
  .request-password-reset-page .password-reset-body .reset-password-form {
    width: unset;
  }
  .replenishment-warning {
    margin: 0 0 2rem;
    padding: 0.75rem 14px;
  }
}
