diff --git a/frontend/src/App.css b/frontend/src/App.css index b88d521..9d356c9 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -1288,11 +1288,14 @@ html { /* Auth Pages */ .auth-container { min-height: 100vh; + height: 100vh; display: flex; - align-items: center; + align-items: flex-start; justify-content: center; - padding: 2rem; + padding: 1rem; background: radial-gradient(circle at top, #0f172a 0, #020617 55%); + overflow-y: auto; + overflow-x: hidden; } .auth-card { @@ -1303,6 +1306,8 @@ html { border-radius: 16px; padding: 2rem; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7); + margin: 2rem auto; + flex-shrink: 0; } .auth-title {