/* EduMart — Auth pages (login/register/forgot) */
body { display: flex; flex-direction: column; min-height: 100vh; }
.dash-card { background: #fff; border-radius: 10px; box-shadow: 0 4px 20px rgba(0,0,0,.06); padding: 30px; }
