.auth-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:#1e40af;padding:1rem}.auth-card{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px #0000001a;width:100%;max-width:400px}.auth-card h1{color:#1e40af;text-align:center;margin-bottom:.5rem;font-size:2rem}.auth-card p{text-align:center;color:#6b7280;margin-bottom:1.5rem;font-size:.9rem}.auth-card input{width:90%;padding:.5rem 1rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:.5rem;outline:none}.auth-card input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb4d}.auth-card button{width:100%;padding:.75rem;background-color:#1e40af;color:#fff;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s}.auth-card button:hover{background-color:#2563eb}.auth-card .footer-links{display:flex;justify-content:space-between;margin-top:1rem;font-size:.875rem;color:#6b7280}.auth-card .footer-links span{color:#1e40af;cursor:pointer;font-weight:700}@tailwind base;@tailwind components;@tailwind utilities;
