/* ESTILO PERSONALIZADO *******************************************************/

/* Remover imagem de fundo no mobile */
@media (max-width: 767px) {
    .login-page {
        background-image: none !important;
        background-color: #f4f6f9 !important; /* Cor de fundo alternativa */
    }
}
