/* Custom styles for PatraHRD - New Color Palette */

body {
    font-family: 'Roboto', sans-serif; 
    background-color: #eaeaea; /* Very light gray */
    color: #333333; /* Darker text for better contrast */
}

.login-container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); 
    width: 100%;
    max-width: 420px; 
    border: 1px solid #e0e0e0; /* Lighter border */
}

.login-container h2 {
    text-align: center;
    color: #1b4552; /* Dark Blue/Teal */
    margin-bottom: 30px; 
    font-weight: 600; 
}