/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1/11/2017, 01:18:21 PM
    Author     : agalvez
*/

.loginbodyiteso {
    background-image:  url("/ByFE-solicitud/javax.faces.resource/images/f3.jpg.xhtml?ln=iteso");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-color: #0288d1;
    background-repeat: no-repeat;
    height: auto;
    border-top: solid 10px #0288d1;
}

@media (max-width: 1200px) and (min-width: 960px){
    .WidAutoOnMobile {
        width: 40% !important;
    }
}

@media (max-width: 960px) and (min-width: 640px){
    .WidAutoOnMobile {
        width: 60% !important;
    }
}


