/**
 * Veno File Manager custom CSS
 */

body.unlogged {
    background: url(https://tratecconsultoria.com.br/clientes/vfm-admin/images/bg-agua.jpg) no-repeat top center;
    background-size: 100%;
}

@media (max-width:767px) {
body.unlogged {
    background-size: cover;
}
footer.footer {
    text-align: center;
}
}