/* Existing styles */

/* Ensure the login logo is responsive and not disproportionate */
.login h1 a {
    background-size: contain !important; /* Scale the image to fit without cropping */
    width: auto !important; /* Allow width to adjust based on aspect ratio */
    max-width: 320px !important; /* Set a maximum width */
    height: 100px !important; /* Set a fixed height */
    margin: 0 auto 20px auto !important; /* Center the logo and add bottom margin */
}

/* You might have other login styles here */