/* style/login.css */

/* Base styles for the login page */
.page-login {
    color: #ffffff; /* Default text color for dark body background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: transparent; /* Body background from shared.css */
    padding-bottom: 60px; /* Space above footer */
}