
.login-container {
    width: 100%;
    max-width: 360px;
    margin: 250px auto;
    padding: 25px;
    background-color: #ffffff; /* Witte achtergrond */
    border: 1px solid #e0e0e0; /* Lichtgrijze rand */
    border-radius: 8px; /* Zachte hoeken */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtiele schaduw */
    animation: fadeIn 2s ease forwards;
}

.content {
    background-size: cover;
    padding: 15px; /* Extra ruimte rondom inhoud */
}

body{
    background-size: cover !important; /* Zorgt ervoor dat de afbeelding wordt geschaald */
}
