/* Auth Light Mode Styles - LTR */

body.light-mode .auth-page {
  min-height: auto !important;
  padding: 18px 0 16px !important;
  background: #f0f4f8 !important;
}

body.light-mode .auth-card {
  border-radius: 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  background: #ffffff !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.light-mode .auth-card__top {
  background: #ffffff !important;
}

body.light-mode .auth-card__brand {
  color: #1a1a2e !important;
}

body.light-mode .auth-card__brand-title {
  color: #1a1a2e !important;
}

body.light-mode .auth-card__brand-badge {
  background: rgba(13, 139, 109, 0.1) !important;
  border: 1px solid rgba(13, 139, 109, 0.25) !important;
  color: #0d8b6d !important;
}

body.light-mode .auth-card__body {
  background: #ffffff !important;
}

body.light-mode .auth-page label {
  color: #495057 !important;
}

body.light-mode .auth-page .form-control {
  height: 46px !important;
  border-radius: 12px !important;
  border: 1px solid #dee2e6 !important;
  background: #ffffff !important;
  color: #212529 !important;
  padding: 10px 12px !important;
}

body.light-mode .auth-page .form-control::placeholder {
  color: #adb5bd !important;
}

body.light-mode .auth-page .form-control:focus {
  border-color: #0d8b6d !important;
  box-shadow: 0 0 0 0.2rem rgba(13, 139, 109, 0.15) !important;
  background: #ffffff !important;
  color: #212529 !important;
}

body.light-mode .auth-meta a {
  color: #0d8b6d !important;
}

body.light-mode .auth-switch {
  color: #6c757d !important;
}

body.light-mode .auth-switch a {
  color: #0d8b6d !important;
}

body.light-mode .auth-page .btn-success,
body.light-mode .auth-page button.btn-success {
  background: linear-gradient(135deg, #0d8b6d, #0b9c7b) !important;
  box-shadow: 0 8px 20px rgba(13, 139, 109, 0.3) !important;
}
