/*
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 : 04-may-2017, 12:46:51
    Author     : Karcher 54
*/
body{
    font-family:sans-serif;
    font-size:10pt;
    background-color: #FAF7EE;
}
/*input[type="text"],input[type="password"]{
    height: 20px;
}

*/
#imgBanner {
    width: 100%;
    height: auto;
}

#imgLogoKarcher {
    width: 15%;
    height: auto;    
    float:right;
    margin-bottom: 2%;
    
}
#divImatge{
    width: 75%;
    margin-left: auto;
    margin-right: auto;    
    
}
#divCapçalera{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:2%;    
    
}/*
#divFormLogin{   
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:2%;    
}*/

#divError{  
    
    text-align: center;
    width: 50%;
    margin-top:60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:2%;        
    font-weight: bold;
    font-size: 30px;
    color:red;   
}


