/* --- MEDIA SCREEN --- */

/* @media screen and (max-width: 3500px) {
    .bg-login-web {
        background-attachment: relative;
    }
} */

/* --- CLASSES --- */

/* .bg-login-web {
    background-image: url('../../../images/login/bg-login-web.svg');
    background-position: center;
    min-height: 100vh;
    background-attachment: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
} */

/* --- ID'S --- */