.select2-selection--single{
    background-color:#F3F6F9 !important;
}
.select2-selection--single{
    background-color:#F3F6F9 !important;
}
.footer-login{
    background-color: rgba(0,0,0,0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,0.12);
    height: auto;
    padding: 10px 24px !important;
}
.div-content-form{
    justify-content: flex-start !important;
}
.form-login{
        margin-top: 6rem;
        background-color: #e3e3df;
        padding: 30px;
        border-radius: 10px;
}
.content-left{
    width: 70%;
}
.label_portal{
    max-width:170px; 
    background-color: #87AC28 !important; 
    border-color: #87AC28 !important; 
    border-radius: 30px; 
    padding-top: 4px !important;
    padding-left: 20px;
    padding-left: 20px;
    padding-bottom: 4px;
}
.azul_biofood{
    color:#005FBC !important
}
.alerta-incorrecto{
    padding-top:5px !important; 
    padding-bottom:5px !important
}
.btn-iniciar{
    width:150px; 
    background-color: #87AC28 !important; 
    border-color: #87AC28 !important;
    margin-top: 0px;
}
.btn-cont-google{
    color:#91918e !important; 
    background-color:white !important;
    margin-left: 1rem;
    margin-top: 0rem;
}
@media (min-width: 992px){
    .font-size-h1-lg-login {
        font-size: 3rem !important;
    }
    .login-content{
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .msjapp{
        max-width: 60% !important;
        flex: 60% !important;
    }
    
}
@media (max-width: 1088px){
    .btn-cont-google{
        color:#91918e !important; 
        background-color:white !important;
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .btn-iniciar{
        width:100% !important; 
    }
    
}

@media (max-width: 992px){
    .login-content{
        margin-left:0px !important;
        margin-right:0px !important;
        align-items: center;
    }
    .div-content-form{
        width: 100%;
        justify-content: center !important;
    }
    .content-left{
        width: 85%;
    }
    .div-msj-app{
        justify-content: center;
    }
    .div-app{
        justify-content: center;
        margin-top: 2rem;
    }
    .imgapp{
        text-align: center;
    }
    .imgapp1{
        display:none;
    }
}
@media (max-width: 660px){
    .footer-login{
        background-color: rgba(0,0,0,0.35);
        height: auto !important;
        padding: 10px 16px !important;
    }
    .imgapp1{
        display:block;
    }
}