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

.login-page {
  margin-top: 0;
  padding: 6em 0;
  background-color: #E5E7E8;
}
.login-page .login-form-nav {
  margin-bottom: 0;
}
.login-page .login-form-nav .tab-pane {
  margin-top: 0;
}
.login-page .login {
  margin-bottom: 0;
}
.login-page .login .error-message-form {
  padding: 0.625em;
  background-color: #c00;
  color: #fff;
  border-radius: 0.188em;
}
.login-page .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .login-page .nav-tabs {
    gap: 0;
  }
}
.login-page .nav-item {
  max-width: 171px;
  width: 100%;
}
.login-page .nav-link {
  color: #82898E !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  max-width: 171px;
  width: 100%;
}
.login-page .nav-link.active {
  color: #000 !important;
}

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

.login-page .registration .form-group.form-check.required.privacy-consent-group {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4px;
}
.login-page .registration .form-group.form-check.required.privacy-consent-group .form-check-input {
  margin-top: 2px;
}
.login-page .registration .form-group.form-check.required.privacy-consent-group .form-check-label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 28px);
          flex: 1 1 calc(100% - 28px);
  margin: 0 !important;
}
.login-page .registration .form-group.form-check.required.privacy-consent-group .form-check-input.is-invalid ~ .form-check-label {
  color: #242628;
}
.login-page .registration .form-group.form-check.required.privacy-consent-group .invalid-feedback {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 0 28px;
}

.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;
}

.login-card {
  background-color: #fff;
  border-radius: 4px;
  border: 0;
  max-width: 358px;
  width: 100%;
  justify-self: center;
}

.login-button {
  background-color: #FFA466;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border: 0;
  border-radius: 4px;
  width: 100%;
  padding: 14px 0px;
  margin-bottom: 1rem;
}

.login-oauth a {
  width: 100%;
  background-color: #E5E7E8;
  border: 0;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #242628 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 16px 0px;
}
.login-oauth a:hover {
  text-decoration: none;
  color: #242628 !important;
}

.forgot-password {
  margin-bottom: 32px;
}
.forgot-password a {
  color: #FFA466 !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.forgot-password a:hover {
  color: #FFA466 !important;
}

.login-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0;
}

.login-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #525252;
}

.register-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #6C7379;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.cookie-policy {
  margin-top: 12px;
}
.cookie-policy label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6C7379;
}
.cookie-policy a {
  color: #FFA466 !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.cookie-policy a:hover {
  color: #FFA466 !important;
}

.reset-password-form {
  margin: 80px 0;
  max-width: 952px;
  justify-self: center;
}
.reset-password-form p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.btn-submit-email {
  color: #fff;
  padding: 10px 55px;
  background-color: #242628;
  border: 0;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.received-msg-body {
  background: #C9F6DD;
  border: 1px solid #00C85A;
  color: #3a8600;
  padding: 1rem;
  border-radius: 0.1875rem;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.return-login {
  color: #fff !important;
  padding: 10px 55px;
  background-color: #242628;
  border: 0;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.return-login:hover {
  text-decoration: none;
}

.request-password-body {
  background: #C9F6DD;
  border: 1px solid #00C85A;
  color: #3a8600;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 24px;
}
.request-password-body p {
  margin: 0;
}

.reset-password-body {
  margin: 80px 0;
}

.steps__password {
  margin-top: 10px;
  width: 425px;
}
@media (max-width: 768px) {
  .steps__password {
    width: 352px;
    margin-top: 20px;
  }
}
.steps__password p {
  font-size: 12px;
  color: #888888;
}
.steps__password p.valid {
  color: #48a700;
  margin-left: 5px;
}
.steps__password p.valid::before {
  content: "✓";
  margin-right: 5px;
}
.steps__password p.error {
  color: #9c060b;
}
