/* Login page specific styles */
body { 
    display: block; 
    align-items: center; 
    justify-content: center; 
    height: 100vh; 
    margin: 0; 
    background-color: #f0f2f5; 
}

.login-container { 
    width: 90%; 
    max-width: 512px; 
    justify-self: center; 
    justify-content: center; 
    padding: 20px; 
    margin: 0; 
    background-color: white; 
    border-radius: 8px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}

.image-container { 
    justify-self: center; 
    justify-content: center; 
    text-align: center; 
    padding: 20px; 
    margin: 0 !important; 
    max-width: 512px; 
}

.image-container img { 
    height: auto; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    border-radius: 8px; 
    margin-top: 0vh; 
}

.img-fluid { 
    margin: 0vh; 
}
