/* 
    Created on : 18/12/2023, 03:06:54 PM
    Author     : JProgramacion
*/

.bg-body{
    background-image: url(../../img/background.jpg);
    background-repeat:no-repeat;
    background-position: center center;
}

.navbar-brand-logo {
    min-width: 8.5rem !important;
    max-width: 8.5rem !important;
}

label.error {
    display: none!important;
}

#header {
    padding: 2.5rem!important;
}

@media only screen and (max-width: 600px) {
    #header {
        padding: .5rem!important;
    }
}

#logo-web {
    display: block;
}

#logo-movil {
    display: none;
}

@media only screen and (max-width: 600px) {
    #logo-web {
        display: none;
    }
    #logo-movil {
        display: block;
        width: 50px;
        padding: 4px;
    }
}

.disabled-pointer-event {
    pointer-events: none;
}