.form-group.required .form-control-label::before {
  content: "*";
  color: #c00;
}

.login-page {
  margin-top: 1em;
}
.login-page .login-form-nav {
  margin-bottom: 1.25em;
}
.login-page .login-form-nav .tab-pane {
  margin-top: 1em;
}
.login-page .login {
  margin-bottom: 0.938em;
}
.login-page .login .error-message-form {
  padding: 0.625em;
  background-color: #c00;
  color: #fff;
  border-radius: 0.188em;
}

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

.login-banner {
  background-image: url("../images/account.jpg");
  background-position-y: 40%;
}

.equal-height .card {
  width: 100%;
}

.track-order-header {
  font-size: 1.75rem;
}

.request-password-title {
  font-size: 1.5rem;
}

.form-group.required .form-control-label::before {
  content: "*";
  color: #c00;
}

.custom-form .invalid-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fd7e14;
  font-family: "Poppins", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  gap: 0.25rem;
  line-height: 1;
}
.custom-form .form-control {
  border-color: #ccc;
  border-radius: 0.125rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 768px) {
  .custom-form .form-control {
    font-weight: 500;
  }
}
.custom-form .form-control:focus {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 102, 0, 0.5333333333);
          box-shadow: 0 0 0 0.25rem rgba(255, 102, 0, 0.5333333333);
}
.custom-form .form-control.is-invalid {
  border-color: #fd7e14;
}
.custom-form .form-control.is-invalid ~ .invalid-feedback::before {
  display: inline-block;
  content: "";
  background-color: transparent;
  background-image: url("../../images/field-error.png");
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.875rem;
  margin: -0.0625rem 0 0;
  width: 0.9375rem;
}
.custom-form .form-control-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .custom-form .form-control-label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
  }
}
.checkout .custom-form .form-control-label {
  display: none;
  color: #333f48;
}
@media (min-width: 768px) {
  .checkout .custom-form .form-control-label {
    display: inline-block;
    font-size: 1.125rem;
  }
}
.custom-form .form-control-label span::after {
  content: ":";
}
.checkout .custom-form .form-control-label span::after {
  content: " (optional)";
  color: #7d7d7d;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
}
.form-group.required .form-control-label::before {
  display: none;
}
.form-group.required .form-control-label span::after {
  content: ":*";
}
.checkout .form-group.required .form-control-label span::after {
  content: " *";
  color: #333f48;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  margin: 0 0 0.8125rem;
  min-height: 1.25rem;
  position: relative;
}
.custom-radio::before {
  display: block;
  content: "";
  border: 0.125rem solid #ccc;
  border-radius: 100%;
  height: 1.25rem;
  position: absolute;
  top: -0.125rem;
  width: 1.25rem;
}
.custom-radio::after {
  display: block;
  content: "";
  background-color: transparent;
  border-radius: 100%;
  height: 0.625rem;
  left: 0.3125rem;
  position: absolute;
  top: 0.1875rem;
  width: 0.625rem;
}
.custom-radio input {
  position: absolute;
  height: 0;
  width: 0;
}
.custom-radio label {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 1.75rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .custom-radio label {
    font-size: 1rem;
  }
}
.custom-radio:has(input:checked)::before {
  border-color: #fd7e14;
}
.custom-radio:has(input:checked)::after {
  background-color: #fd7e14;
}
.custom-radio:has(input:checked) label {
  color: #fd7e14;
}
.custom-radio:focus-within::before {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 102, 0, 0.5333333333);
          box-shadow: 0 0 0 0.25rem rgba(255, 102, 0, 0.5333333333);
}

.login-page {
  margin: 1.875rem 1.25rem 5.75rem;
  max-width: 67.75rem;
}
@media (min-width: 768px) {
  .login-page {
    margin: 4rem auto 8.4375rem;
    padding: 0 1.875rem;
  }
}
@media (min-width: 768px) {
  .login-page__container {
    border: 0.0625rem solid #ccc;
    border-radius: 0.375rem;
    margin: 0;
    padding: 2rem 3.125rem 3.875rem;
  }
}
.login-page .login {
  margin: 0;
  padding: 0;
}
.login-page__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1.3125rem;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .login-page__title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 140%;
    margin: 0 0 1.9375rem;
    text-align: left;
  }
}

.register-page {
  margin: 1.4375rem 0.9375rem 4.75rem;
  max-width: 50.625rem;
}
@media (min-width: 768px) {
  .register-page {
    margin: 2.25rem auto 8.6875rem;
    padding: 0 1.875rem;
  }
}
.register-page__container {
  border: 0.0625rem solid #ccc;
  border-radius: 0.5rem;
  padding: 0 0.9375rem 2.0625rem;
}
@media (min-width: 768px) {
  .register-page__container {
    margin: 0;
    padding: 0 6.25rem 2.4375rem;
  }
}
.register-page__title {
  background-color: #fd7e14;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 -0.9375rem 1rem;
  padding: 0.9375rem;
  text-align: center;
}
@media (min-width: 768px) {
  .register-page__title {
    font-size: 2rem;
    margin: 0 -6.25rem 2.125rem;
  }
}

.forgot-password-page {
  margin: 1.625rem 1.25rem 5.4375rem;
  max-width: 67.75rem;
}
@media (min-width: 768px) {
  .forgot-password-page {
    margin: 4rem auto 8.4375rem;
    padding: 0 1.875rem;
  }
}
@media (min-width: 768px) {
  .forgot-password-page__container {
    border: 0.0625rem solid #ccc;
    border-radius: 0.375rem;
    margin: 0;
    padding: 1.9375rem 3.125rem 2.5rem;
  }
}
.forgot-password-page__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1.6875rem;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .forgot-password-page__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 140%;
    margin: 0 0 2.125rem;
    text-align: left;
  }
}
.forgot-password-page .request-password-body {
  max-width: 31.875rem;
}

.new-password-page {
  margin: 1.625rem 1.25rem 5.4375rem;
  max-width: 67.75rem;
}
@media (min-width: 768px) {
  .new-password-page {
    margin: 4rem auto 8.4375rem;
    padding: 0 1.875rem;
  }
}
@media (min-width: 768px) {
  .new-password-page__container {
    border: 0.0625rem solid #ccc;
    border-radius: 0.375rem;
    margin: 0;
    padding: 1.9375rem 3.125rem 2.5rem;
  }
}
.new-password-page__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1.6875rem;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .new-password-page__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 140%;
    margin: 0 0 2.125rem;
    text-align: left;
  }
}

.login-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  gap: 1.875rem;
  line-height: 1.4375rem;
}
@media (min-width: 992px) {
  .login-form-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .login-form-container__login-content {
    width: 60%;
  }
}
.login-form-container__register-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 0.0625rem solid #ccc;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.875rem 0 0;
}
@media (min-width: 992px) {
  .login-form-container__register-content {
    border-top: 0;
    border-left: 0.0625rem solid #ccc;
    padding: 0 0 0 1.875rem;
    width: 40%;
  }
}
.login-form-container__register-content .content-asset {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.login-form-container__register-content ul {
  margin: 2.1875rem 0 0;
  padding: 0 0 0 0.5rem;
}
.login-form-container__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 0.875rem;
  padding: 0;
}
@media (min-width: 768px) {
  .login-form-container__title {
    font-size: 1.75rem;
  }
}
.login-page .login-form-container__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4375rem;
}
@media (min-width: 768px) {
  .login-page .login-form-container__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 140%;
  }
}

.login-form-container .btn {
  margin: 2rem 0 0;
  padding: 1.0625rem 3.5rem;
}
.login-page .login-form-container .btn {
  padding: 0.75rem;
  width: 100%;
}
@media (min-width: 768px) {
  .login-page .login-form-container .btn {
    padding: 0.875rem 2.6875rem 1.0625rem;
    width: auto;
  }
}
.login-form-container .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 768px) {
  .login-form-container .form-control {
    font-weight: 500;
  }
}
.login-form-container .form-control-label {
  font-family: "Poppins", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 140%;
}
.login-form-container .form-control-label span::after {
  content: ":";
}
.form-group.required .form-control-label::before {
  display: none;
}
.form-group.required .form-control-label span::after {
  content: ":*";
}

.login-page .login-form-container .form-control-label {
  font-size: 0.9375rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .login-page .login-form-container .form-control-label {
    font-size: 1.0625rem;
  }
}

.login-form__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 140%;
  margin: 0;
}
.login-form__options .remember-me {
  margin: 0;
}
.login-form__options a {
  color: #333f48;
  text-decoration: underline;
}

.register-form-container .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 768px) {
  .register-form-container .form-control {
    font-weight: 500;
  }
}
.register-form-container .form-control-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .register-form-container .form-control-label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
  }
}
.register-form-container .form-control-label span::after {
  content: ":";
}
.form-group.required .form-control-label::before {
  display: none;
}
.form-group.required .form-control-label span::after {
  content: ":*";
}

.login-page .register-form-container .form-control-label {
  font-size: 0.9375rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .login-page .register-form-container .form-control-label {
    font-size: 1.0625rem;
  }
}

.reset-password-form-container .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 768px) {
  .reset-password-form-container .form-control {
    font-weight: 500;
  }
}
.reset-password-form-container .form-control-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .reset-password-form-container .form-control-label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
  }
}
.reset-password-form-container .form-control-label span::after {
  content: ":";
}
.form-group.required .form-control-label::before {
  display: none;
}
.form-group.required .form-control-label span::after {
  content: ":*";
}

.forgot-password-page .reset-password-form-container .form-control-label {
  font-size: 0.9375rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .forgot-password-page .reset-password-form-container .form-control-label {
    font-size: 1.0625rem;
  }
}

.new-password-form-container {
  max-width: 31.875rem;
}
.new-password-form-container .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 768px) {
  .new-password-form-container .form-control {
    font-weight: 500;
  }
}
.new-password-form-container .form-control-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .new-password-form-container .form-control-label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
  }
}
.new-password-form-container .form-control-label span::after {
  content: ":";
}
.form-group.required .form-control-label::before {
  display: none;
}
.form-group.required .form-control-label span::after {
  content: ":*";
}

.new-password-page .new-password-form-container .form-control-label {
  font-size: 0.9375rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .new-password-page .new-password-form-container .form-control-label {
    font-size: 1.0625rem;
  }
}

.register-form__submit-btn {
  margin: 1.5625rem 0 0.5625rem;
  padding: 0.75rem;
  width: 100%;
}
@media (min-width: 768px) {
  .register-form__submit-btn {
    padding: 0.875rem 2.6875rem 1.0625rem;
  }
}
.register-form__password-field {
  position: relative;
}
.register-form__show-password-btn {
  background-color: transparent;
  background-image: url("../../images/eye.png");
  background-repeat: no-repeat;
  border: 0;
  height: 1.25rem;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0.75rem;
  top: 2.375rem;
  width: 1.6875rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .register-form__show-password-btn {
    right: 1.25rem;
  }
}
.register-form__agreement {
  margin: 0 0 1.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .register-form__agreement {
    margin: 0 0 1.1875rem;
  }
}
.register-form__agreement p {
  color: #ccc;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .register-form__agreement p {
    font-size: 0.9375rem;
  }
}
.register-form__agreement a {
  color: #333f48;
  text-decoration: underline;
}
.register-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .register-form__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.register-form__signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.25rem;
  line-height: 140%;
}
.register-form__signup p {
  margin: 0;
  padding: 0;
}
.register-form__signup a {
  color: #fd7e14;
  text-decoration: underline;
}
.register-form__add-to-email-list {
  margin: 0;
  min-height: unset;
}
.register-form__add-to-email-list span {
  font-family: "Poppins", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 140%;
}

.reset-password-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .reset-password-form__content {
    margin: 0 1.875rem;
  }
}
.reset-password-form__text {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0 0 1.375rem;
  padding: 0 4.375rem;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .reset-password-form__text {
    line-height: 1;
    padding: 0;
  }
}
.reset-password-form__submit-btn#submitEmailButton {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 0.875rem 1.5rem;
}
.reset-password-form .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
}
.reset-password-form .form-control {
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  height: 3.3125rem;
  padding: 1.0625rem 0.75rem 1.0625rem;
}
.reset-password-form .invalid-feedback {
  position: absolute;
  margin: 0.5625rem 0 0;
}

.new-password-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 1.875rem 0 0;
}
@media (min-width: 768px) {
  .new-password-form__actions {
    margin: 2.4375rem 0 0;
  }
}
.new-password-form__actions button {
  margin: 0 !important;
}

.register-modal .modal-dialog {
  max-width: 40rem;
}

.password-reset-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.password-reset-modal .modal-dialog {
  margin: 1.125rem;
  max-width: 41.125rem;
  padding: 0;
}
.password-reset-modal .modal-content {
  margin: 0;
  padding: 0;
}
.password-reset-modal .modal-header {
  background-color: #fd7e14;
  margin: 0;
  padding: 1.125rem 1.875rem;
  position: relative;
}
.password-reset-modal .modal-header h2 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.password-reset-modal .modal-header button {
  background-color: transparent;
  background-image: url("../../images/close-thin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  height: 1.5rem;
  position: absolute;
  right: 0.875rem;
  top: 0.8125rem;
  width: 1.5rem;
}
.password-reset-modal .modal-body {
  display: block;
  padding: 2.25rem 1.25rem 4rem 2.0625rem;
}
@media (min-width: 768px) {
  .password-reset-modal .modal-body {
    padding: 2.3125rem 4.375rem 5.1875rem;
  }
}
