/* Style pour la page de connexion */
.login-page {
    background-repeat: no-repeat !important;
    background-position: relative !important;
    background-size: cover !important;
    max-width: initial !important;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 100%;
    position: absolute;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5); /* Fond semi-transparent (blanc avec une transparence de 0.5) */
}

/* Style pour le pied de page de la page de connexion */
.login-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Style pour le conteneur du logo */
.logo-container {
    width: 100% !important;
    height: 43px;
}

/* Style pour le formulaire de connexion */
#login {
    margin-top: 60px;
}

/* Style spécifique pour les écrans de largeur minimale de 768px */
@media screen and (min-width: 768px) {
    .login-footer {
        top: auto;
        bottom: 0;
        margin-left: auto !important;
        padding-top: auto !important;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
    }
}

/* Style pour l'icône du cœur */
.fa.fa-heart {
    color: #e74c3c;
}
