/*VaneSol Systems - Profesionales en sistemas informáticos*/
/*Css para la aplicacion Web VaneSol                      */
/*Autor: Ing. Augusto Ríos                                */

/*css efecto de imagen*/
.efectoimg_1:hover
{
   filter: saturate(180%);
}
.efectoimg_2:hover
{
    filter: grayscale(80%)
}
.efecto_rize
{
    width: 100%;
}
/*CSS para fotos */
.foto_tama
{
    width: 180px;
    height: 220px;
}
/*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;
    }
}