.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fbf5ed;
    
    /* Chrome 10-25, Safari 5.1-6 */
    
}
    
@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}
@media (min-width: 769px) {
    .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    }

    .bouton-se-connecter{
        width: 250px;
    }

    .message-error{
        color: #f90606;
    }

}

/* Responsive adjustments */
@media (max-width: 990px) {
    .img-gauche {
        display: none !important;
}
}

