/**
 * Deckers variables
 *
 * These variables extend the base MFRA configuration and apply to ALL Deckers
 * sites. If a variable needs overridden for a single site it should be placed
 * in that site's _variables.scss file.
 */
/**
 * Site style configuration
 *
 * Change these values to configure different brand sites to have different
 * fonts, colors, spacing, etc...
 */
/**
 * Deckers variables
 *
 * These variables extend the base MFRA configuration and apply to ALL Deckers
 * sites. If a variable needs overridden for a single site it should be placed
 * in that site's _variables.scss file.
 */
/**
 * Site style configuration
 *
 * Change these values to configure different brand sites to have different
 * fonts, colors, spacing, etc...
 */
:root {
  --tile-height: 512px;
  --header-height: 40px; }

/* https://github.com/pierreburel/sass-rem */
/* stylelint-disable property-no-vendor-prefix, value-no-vendor-prefix */
/* stylelint-enable */
.form-group.required .form-control-label::before {
  content: "*";
  color: #a60000; }

.login-page {
  margin-top: 1em; }
  .login-page .login-form-nav {
    margin-bottom: 1.25em; }
  .login-page .login {
    margin-bottom: 0.938em; }
    .login-page .login .error-message-form {
      padding: 0.625em;
      background-color: #a60000;
      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%; }

.login-page .nav-link::before {
  display: none; }

@media (max-width: 767.98px) {
  .login-page .card-body {
    padding: 0.625rem; } }

.login-page .password.is-invalid {
  background-position: right calc(1.5em + 0.75rem) center; }

.request-password-title {
  font-size: 1rem;
  letter-spacing: 1px; }

.password-form-requirements {
  font-size: 0.75rem; }

.login-form-nav .email-opt-in {
  padding-bottom: 20px; }

.login-form-nav .nav-tabs {
  margin-bottom: 30px; }

.login-form-nav .nav-link h6 {
  font-size: 0.9375rem;
  text-transform: none; }

.login-form-nav .membership-pros {
  font-size: 0.9375rem; }


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