@media (min-width: 992px) {
    body.page-login {
        position: relative !important;
    }
}
@media (min-width: 992px) {
    .login-wrapper {
        margin-top: -40px;
        width: 100%;
        margin-left: 20px;
    }
}

.logo.logo-long {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; /* Pour centrer le texte horizontalement */
}
