/* Tailwind utility classes for login/forgot-password pages */

.min-h-screen { min-height: 100vh; }
.flex { display: flex; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.bg-gray-900 { background-color: #111827; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
.max-w-md { max-width: 28rem; }
.w-full { width: 100%; }
.space-y-8 > * + * { margin-top: 2rem; }
.bg-gray-800 { background-color: #1f2937; }
.p-10 { padding: 2.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.h-24 { height: 6rem; }
.w-auto { width: auto; }
.mt-6 { margin-top: 1.5rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.font-extrabold { font-weight: 800; }
.text-white { color: white; }
.h-1\.5 { height: 0.375rem; }
.w-32 { width: 8rem; }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-blue-600 { --tw-gradient-from: #2563eb; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); }
.to-indigo-700 { --tw-gradient-to: #4338ca; }
.rounded-full { border-radius: 9999px; }
.mt-2 { margin-top: 0.5rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-gray-400 { color: #9ca3af; }
.mt-8 { margin-top: 2rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
.relative { position: relative; }
.appearance-none { appearance: none; }
.block { display: block; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.border { border-width: 1px; }
.border-gray-600 { border-color: #4b5563; }
.placeholder-gray-400::placeholder { color: #9ca3af; }
.bg-gray-700 { background-color: #374151; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); }
.focus\:ring-blue-500:focus { --tw-ring-color: #3b82f6; }
.focus\:border-transparent:focus { border-color: transparent; }
.pl-10 { padding-left: 2.5rem; }
.absolute { position: absolute; }
.inset-y-0 { top: 0px; bottom: 0px; }
.left-0 { left: 0px; }
.pointer-events-none { pointer-events: none; }
.h-5 { height: 1.25rem; }
.w-5 { width: 1.25rem; }
.h-4 { height: 1rem; }
.w-4 { width: 1rem; }
.text-blue-600 { color: #2563eb; }
.focus\:ring-blue-500:focus { --tw-ring-color: #3b82f6; }
.border-gray-400 { border-color: #9ca3af; }
.ml-2 { margin-left: 0.5rem; }
.text-gray-300 { color: #d1d5db; }
.font-medium { font-weight: 500; }
.text-blue-400 { color: #60a5fa; }
.hover\:text-blue-300:hover { color: #93c5fd; }
.group { position: relative; }
.border-transparent { border-color: transparent; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.bg-blue-600 { background-color: #2563eb; }
.hover\:bg-blue-700:hover { background-color: #1d4ed8; }
.focus\:ring-offset-2:focus { --tw-ring-offset-width: 2px; }
.disabled\:opacity-60:disabled { opacity: 0.6; }
.disabled\:cursor-not-allowed:disabled { cursor: not-allowed; }
.animate-spin { animation: spin 1s linear infinite; }
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.opacity-25 { opacity: 0.25; }
.opacity-75 { opacity: 0.75; }
.bg-red-600 { background-color: #dc2626; }
.bg-opacity-70 { background-color: rgba(var(--tw-bg-opacity), 0.7); }
.border-red-400 { border-color: #f87171; }
.mb-4 { margin-bottom: 1rem; }
.mr-2 { margin-right: 0.5rem; }
.p-4 { padding: 1rem; }
.bg-green-600 { background-color: #16a34a; }
.border-green-400 { border-color: #4ade80; }
