body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url('../uploads/-imgs/bg2.jpg'); /* Remplacez 'bg.png' par le chemin de votre image */
    background-size: cover;
    background-attachment: fixed; /* L'arrière-plan reste fixe */
    background-position: center;
    color: #fff; /* Couleur du texte sur l'image */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
    overflow: hidden; /* Empêche le défilement vertical */
}

.login-container {
    background-color: rgba(255, 255, 255, 0.5); /* Couleur de fond transparente */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Ombre pour la boîte */
    max-width: 290px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 290px;
}

.login-container h2 {
    font-size: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Ombre pour le texte */
    color: white;
}

.login-container p {
    font-size: 18px;
}

.login-form {
    margin-top: 20px;
    width: 100%;
}

.login-form .form-group {
    margin-bottom: 20px;
}
.error-message {
    max-width: 400px;
}
.alert.alert-danger {
    max-width: 250px;
            word-wrap: break-word;
}