.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; }
  .login-page__form {
    margin-top: 1em; }

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

.f-g-birthday {
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .f-g-birthday select {
    margin: 0 10px 0 0; }
    .f-g-birthday select:last-child {
      margin: 0; }

#gender-ipt, .birthday-ipt {
  display: none; }

.text-white {
  color: #fff; }

.login-email-error-tip,
.reset-password-error-tip {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #c00; }

.phoneMobile-before-value-box {
  display: block;
  position: relative; }
  .phoneMobile-before-value-box .phoneMobile-before-value {
    display: block;
    position: absolute;
    top: 1px;
    left: 15px;
    height: 38px; }
    .phoneMobile-before-value-box .phoneMobile-before-value span {
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      line-height: 38px;
      color: #000; }

.text-underline {
  text-decoration: underline; }
