/*VaneSol Systems - Profesionales en sistemas informáticos*/
/*CSS para la página Web ADA - ID                         */
/*Autor: Ing. Augusto Ríos                                */

.main_fpage
{
    background-image: url("../img/fondocachuelitos.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

/*css efecto de imagen*/
.efectoimg_1:hover
{
   filter: saturate(180%);
}
/*CSS login */
.iniciar_session
{
    width: 100%;
    margin-top: 10vh;
}

@media (min-width: 768px) 
{
    .iniciar_session 
    {
        height: 500px;
        width: 450px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
.label-user
{
    display: none;
}
@media (min-width: 768px) 
{
    .label-user 
    {
        display: block;
        padding-left: 1px;
    }
}