section {
  padding-top: 30px;
}

.login-form .header {
  margin-bottom: 24px;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}
.login-form .header .caption {
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 6px;
}
.login-form .form-group {
  margin-bottom: 12px;
}
.login-form .remember-forgot {
  justify-content: space-between;
  padding-bottom: 0.5em;
}
.login-form .remember-forgot > div {
  display: flex;
  gap: 8px;
  align-items: center;
}
.login-form .remember-forgot > div label {
  margin-bottom: 0;
  padding-bottom: 0;
}
.login-form table {
  border: none;
}
.login-form .response-msg .text-center {
  text-align: left !important;
  padding-left: 0;
}
.login-form .alert-danger {
  color: var(--danger);
}
.login-form .alert-success {
  color: var(--success);
}

.login-box .header h3 {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  section {
    padding-top: 5px;
  }
  .login-box {
    margin-bottom: 2em;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 2em;
  }
  .login-box .header {
    border-bottom: none;
    margin-bottom: 18px;
  }
  .login-box .header h3 {
    font-size: 26px !important;
    margin-bottom: 8px;
  }
  .login-box .header .caption {
    line-height: 22px;
  }
  .login-box button[type=submit] {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .register-box {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .register-box .mb-6 {
    margin-bottom: 2rem !important;
  }
  #mem_shipping_address_state {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=login.css.map */
