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

:root {
  --base: #216CAC;
}

@font-face {
  font-family: "Grotesque";
  src: url("../fonts/Valkolak/VolkoGrot-Medium.woff2") format("woff2"), url("../fonts/Valkolak/VolkoGrot-Medium.woff") format("woff"), url("../fonts/Valkolak/Wraith Types - WT Volkolak Grotesque Medium.otf") format("opentype");
}
@font-face {
  font-family: "Grotesque";
  src: url("../fonts/Valkolak/VolkoGrot-MediumItalic.woff2") format("woff2"), url("../fonts/Valkolak/VolkoGrot-MediumItalic.woff") format("woff"), url("../fonts/Valkolak/Wraith Types - WT Volkolak Grotesque Medium Italic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "Grotesque";
  src: url("../fonts/Valkolak/VolkoGrot-Light.woff2") format("woff2"), url("../fonts/Valkolak/VolkoGrot-Light.woff") format("woff"), url("../fonts/Valkolak/Wraith Types - WT Volkolak Grotesque Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Grotesque";
  src: url("../fonts/Valkolak/VolkoGrot-LightItalic.woff2") format("woff2"), url("../fonts/Valkolak/VolkoGrot-LightItalic.woff") format("woff"), url("../fonts/Valkolak/Wraith Types - WT Volkolak Grotesque Light Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Serif-Text";
  src: url("../fonts/Valkolak/VolkoSerif-TextRegular.woff2") format("woff2"), url("../fonts/Valkolak/VolkoSerif-TextRegular.woff") format("woff"), url("../fonts/Valkolak/Wraith Types - WT Volkolak Serif Text Regular.otf") format("opentype");
}
@font-face {
  font-family: "Serif-Text";
  src: url("../fonts/Valkolak/VolkoSerif-TextRegularItalic.woff2") format("woff2"), url("../fonts/Valkolak/VolkoSerif-TextRegularItalic.woff") format("woff"), url("../fonts/Valkolak/Wraith Types - WT Volkolak Serif Text Regular Italic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "Serif-Text";
  src: url("../fonts/Valkolak/VolkoSerif-TextBold.woff2") format("woff2"), url("../fonts/Valkolak/VolkoSerif-TextBold.woff") format("woff"), url("../fonts/Valkolak/Wraith Types - WT Volkolak Serif Text Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Serif-Text";
  src: url("../fonts/Valkolak/VolkoSerif-TextBoldItalic.woff2") format("woff2"), url("../fonts/Valkolak/VolkoSerif-TextBoldItalic.woff") format("woff"), url("../fonts/Valkolak/Wraith Types - WT Volkolak Serif Text Bold Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Sans Text";
  src: url("../fonts/Valkolak/Wraith Types - WT Volkolak Sans Display Regular.otf") format("opentype");
}
@font-face {
  font-family: "Sans Text";
  src: url("../fonts/Valkolak/Wraith Types - WT Volkolak Sans Display Regular Italic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "Sans Text";
  src: url("../fonts/Valkolak/Wraith Types - WT Volkolak Sans Display Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Sans Text";
  src: url("../fonts/Valkolak/Wraith Types - WT Volkolak Sans Display Bold Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/Helvetica/HelveticaNeue.eot");
  src: url("../fonts/Helvetica/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNeue.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNeue.woff") format("woff"), url("../fonts/Helvetica/HelveticaNeue.ttf") format("truetype"), url("../fonts/Helvetica/HelveticaNeue.svg#Helvetica Neue Regular") format("svg");
}
.c-login {
  margin: 4.625rem auto 1.875rem;
}
.c-login__title {
  color: #393939;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.c-login__tag-line {
  color: #9D9D9D;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1.25rem;
  max-width: auto;
}
@media (min-width: 769px) {
  .c-login__tag-line {
    font-size: 1.75rem;
    margin: 3rem auto 0;
    max-width: 34.375rem;
  }
}
.c-login__form {
  width: 100%;
}
.c-login__form-group {
  color: #707070;
  font-size: 0.875rem;
  margin-bottom: 1rem !important;
}
.c-login__form-label {
  font-family: "HelveticaNeue", sans-serif;
  position: absolute;
  text-transform: capitalize !important;
  top: 0.8rem;
  width: auto !important;
}
.c-login__form-control {
  border-radius: 0;
  border: 0.0625rem solid #ced4da;
}
.c-login__form-label:before {
  display: none;
}
.c-login__button-wrapper {
  font-family: "HelveticaNeue", sans-serif;
  width: 100%;
}
.c-login__button {
  background-color: #459EEA;
  border-radius: 0;
  color: #fff;
}
.c-login__button:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

body {
  background-color: #f9f9f9;
}
