/**
 * Auth pages (login, register, password reset, OKTA entry) — light panel
 * Overrides page-auth.css dark .auth-bg for a white-based layout.
 */
.blank-page .content-body,
.blank-page .content-wrapper {
  background-color: #f8f8f8;
}

.auth-wrapper .auth-bg {
  background-color: #ffffff !important;
  border-left: 1px solid #ebe9f1;
}

.auth-wrapper .auth-bg .card-title,
.auth-wrapper .auth-bg .card-text,
.auth-wrapper .auth-bg .auth-login-form label,
.auth-wrapper .auth-bg .form-label {
  color: #5e5873 !important;
}

.auth-wrapper .auth-bg a,
.auth-wrapper .auth-bg a small {
  color: #7367f0;
}

.auth-wrapper .auth-bg .text-primary {
  color: #7367f0 !important;
}

.dark-layout .auth-wrapper .auth-bg {
  background-color: #ffffff !important;
}

@media (max-height: 625px) {
  .dark-layout .auth-wrapper .auth-inner {
    background-color: #f8f8f8 !important;
  }
  .auth-wrapper .auth-inner {
    background-color: #f8f8f8 !important;
  }
}
