@import url(https://fonts.googleapis.com/css2?family=Lobster&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);.form-group.required .form-control-label::before {
  content: "*";
  color: #c00;
}

.login-page {
  padding: 3rem 0;
}
.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;
}
.login-page .login .form-group.required .form-control-label::before {
  content: unset;
  color: unset;
}

.reset-password-form {
  margin-bottom: 40px;
}

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

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

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

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

.request-password-title {
  font-size: 1.5rem;
  margin-top: 40px;
}

.backgroundContainer {
  background-color: #f2f2f2;
}
.backgroundContainer .card {
  background-color: #ffffff;
  border: none;
}
.backgroundContainer .tab-content,
.backgroundContainer .tab-pane,
.backgroundContainer .card {
  height: 100%;
}
.backgroundContainer .nav-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1254901961);
}
.backgroundContainer .nav-tabs .nav-item {
  width: 50%;
  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;
}
.backgroundContainer .nav-tabs .nav-item:first-child {
  position: relative;
  padding-right: 30px;
}
.backgroundContainer .nav-tabs .nav-item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3px;
  background-color: rgba(0, 0, 0, 0.1254901961);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.backgroundContainer .nav-tabs .nav-item .active {
  font-weight: 700;
}
.backgroundContainer .login-page form {
  width: 100%;
}
.backgroundContainer .login-page form .form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}
.backgroundContainer .login-page form .form-group h2.title-login {
  text-transform: uppercase;
  font-size: 1.5rem;
}
.backgroundContainer .login-page form .form-group label.form-control-label {
  font-weight: bold;
  margin-bottom: 0;
}
.backgroundContainer .login-page form .form-group span.under-label {
  display: block;
  font-size: 14px;
  color: #313131;
  font-weight: normal;
}
.backgroundContainer .login-page form .form-group .link-under-label {
  position: absolute;
  right: 0;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .backgroundContainer .login-page form .form-group .link-under-label {
    position: inherit;
  }
}
.backgroundContainer .login-page form .form-group input.form-control {
  border-radius: 0.3rem;
  margin-top: 0.5rem;
}
.backgroundContainer .login-page form .form-group input.form-control:focus,
.backgroundContainer .login-page form .form-group input.form-control.is-invalid:focus {
  border-color: #181818;
}
.backgroundContainer .login-page form .form-group .invalid-feedback {
  font-weight: bold;
}
.backgroundContainer .login-page form .form-group.required .form-control-label::before {
  content: "";
  color: unset;
}
.backgroundContainer .login-page form .form-group.required .form-control-label::after {
  content: "*";
  color: #c00;
}
.backgroundContainer .login-page form .custom-checkbox {
  margin-top: 2rem;
}
.backgroundContainer .login-page form .custom-checkbox a {
  text-decoration: underline !important;
}
.backgroundContainer .login-page form button.btn-primary {
  margin-top: 2rem;
  background-color: #da291c;
  border: none;
  font-weight: 500;
}
.backgroundContainer .login-page form button.btn-primary:hover {
  color: #fff;
}
.backgroundContainer .login-page form button.btn-primary:disabled,
.backgroundContainer .login-page form button.btn-primary:disabled:hover {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}

#password-reset {
  text-decoration: underline;
  font-size: 0.8rem;
  font-weight: 100;
}