@charset "utf-8";

@media screen and (max-width: 767px) {
    .contenedor-principal-login-floricola {
        background-image: url("https://gypsoflowers.as2erp.com:/as2-floricola-web/images/login/?file=inicio_AS2_FLORICOLA_21.svg");
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: right !important;
    }

    .contenedor-izquierdo-login-floricola {
        display: none !important;
    }

    .ui-float-label>input:focus~label,
    .ui-float-label>input:-webkit-autofill~label,
    .ui-float-label>input.ui-state-filled~label {
        color: white !important;
    }

    .ocultar-pantalla-movil {
        display: none !important;
    }
}

@media screen and (min-width: 767px) {
    .contenedor-izquierdo-login-floricola {
        background-image: url("https://gypsoflowers.as2erp.com:/as2-floricola-web/images/login/?file=inicio_AS2_FLORICOLA_21.svg");
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    .ocultar-pantalla-movil {
        display: flex !important;
    }
}

.boton-inicio-sesion {
    background-color: #5eb20d !important;
}

.fondo-seleccion-organizacion {
    background-image: url('/as2-floricola-web/javax.faces.resource/images/fondo_seleccion_organizacion.svg.jsf;jsessionid=4xm5PPVVa2xfNIsJBzuu2iMCSQlkknTerALJq_Js.d83d01e1762f');
}

.fondo-logo-seleccion-organizacion {
    background-color: #5eb20d;
}
body {
    overflow: hidden;
}
