﻿.bgLogin {
    background-image: url('../../../media/img/bg_login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}



@media (max-width: 1140px) {
    .bgLogin {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (max-width: 770px) {
    .bgLogin {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important;
    }
}