@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);body{align-items:center;background:linear-gradient(120deg,#f6d365,#fda085);color:#333;display:flex;font-family:Poppins,sans-serif;justify-content:center;margin:0;min-height:100vh}.auth-container{background-color:#fff;border-radius:15px;box-shadow:0 10px 25px #0000001a;box-sizing:border-box;max-width:400px;padding:2rem 2.5rem;width:100%}.auth-title{color:#444;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-control{border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-control:focus{border-color:#fda085;box-shadow:0 0 0 3px #fda08540;outline:none}.error-text{color:#e74c3c;font-size:.8rem;margin-top:.25rem}.submit-btn{background:linear-gradient(120deg,#f6d365,#fda085);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.85rem;transition:transform .2s,box-shadow .2s;width:100%}.submit-btn:hover{box-shadow:0 4px 15px #00000026;transform:translateY(-2px)}.auth-switch-link{font-size:.9rem;margin-top:1.5rem;text-align:center}.auth-switch-link a{color:#fda085;font-weight:600;text-decoration:none}.auth-switch-link a:hover{text-decoration:underline}@media (max-width:480px){.auth-container{padding:1.5rem}.auth-title{font-size:1.8rem}}
/*# sourceMappingURL=main.de07e025.css.map*/