/* Ensure content is visible under fixed headers */
body[data-page="forgot_password"],
body[data-page="reset_password"],
body[data-page="register"],
body[data-page="login"] {
    padding-top: 120px; /* approximate navbar height; adjust if needed */
}

#page-title { margin-top: 0; }

.login-box { background: #fff; padding: 30px; border-radius: 5px; box-shadow: 0 0 20px rgba(0,0,0,0.08); }


