/*
    =====================================================
    |   UPDATED: 'Sign Up' Page CSS (Light Theme)       |
    =====================================================
*/

/* --- NEW: Styles for the main signup container --- */
.signup-container {
    background-color: #FFFFFF; /* White background */
}

/* --- NEW: Improve text contrast inside the signup box --- */
.signup-container p, .signup-container label {
    color: #6B7280; /* Medium Gray for better readability */
}