*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}
.container .formulario{
    border-radius: 10px;
    box-shadow: 9px 9px 30px #e4e4e4, -9px -9px 100px #e4e4e4;
    
}
.banner-sec{
    /*background:url(/assets/centros/85/fondo_login.jpg)
    no-repeat left bottom; 
    background-size:cover; 
    /*min-height:500px; */
    padding:0;
    margin:0;
    display:flex;
    align-items: center;
    justify-content: center;
   
}
.banner-text.text-center{
	display: none;
}
.logobanner{
    width: 100%;
    height: auto;
    border-radius: 10px 0 0 10px;

}
@media screen and (max-width: 820px) {
    .logobanner{
        width: 60%;
    }
    .banner-sec{
        min-height:200px !important;
    }
    .login-sec {
        padding: 20px 50px; 
    }
}
@media screen and (max-width: 390px) {
    
    .container .formulario{
    box-shadow: 0 0 0 white;
    }
    .logobanner{
        box-shadow: 9px 9px 20px #e4e4e4, -9px -9px 20px #e4e4e4;
        border-radius: 0;
        width: 60%;
    }
    .banner-sec{
        min-height:180px !important;
    }
}
@media screen and (max-width: 991){
    .logobanner{
        border-radius: 0;
        width: 80%;
    }
}

@media (max-width: 991px) {
    .banner-sec{
        background-size:cover; 
        min-height:400px;
        border-radius: 6px 6px 0 0; 
        padding:0;
    }
}


