.inputLogin{
    height:50px;
    width:100%;
    font-size:20px;
    text-align:center;
    color:#1B5790!important;
    background:white!important;
    border:1px solid #DEDEDE;
}

.inputLogin.error{
    border:2px solid #FF0000;
}
.username{        
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-left-radius:5px;
    -moz-border-top-right-radius:5px;
}
.password{        
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;        
}
.login{
    height:40px;
    width:100%;
    font-size:18px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#B96F03!important;
    background:#FCC230!important;
    border:1px solid #B96F03!important;
}
.login.sso {
    min-width: 10em;
}
.rigabianca{
    background:rgba(255, 255, 255, 0.5);
    border-top:1px solid #DEDEDE;
    border-bottom:1px solid #DEDEDE;        
    height:150px;
    max-height:150px;
    min-height:150px;
    vertical-align:middle;
    text-align:center;
}
.rigablu{
    background-color: rgba(27,87,144,0.9);
    vertical-align:middle;
}
.primacolonna{
    width:50%;
}
.secondacolonna{
    width:30%;
}
.terzacolonna{
    width:20%;
}
#tableLogin{
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
}
.nobackground{
    background:transparent;
}
.loginerror{
    width:80%;
    margin-top:15px;
    background-color:#D04437;
    color:white;
    border:1px solid #D04437;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:5px;
    text-align:center;    
    font-weight:bold;
    font-size:14px;
}
.numeroVer {
    text-align:center;
    color:white;
    font-size:22px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    font-style:italic;
    letter-spacing: -1px;
}
.bordoLogo {
    display:inline-block;
    border:8px solid white;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}
.bordoLogo>img {
    max-width:500px;
    max-height:200px;
}
.loghiSocial {
    padding-top:15px;
    text-align:center;
}
.loghiSocial>img {
    width:16px;
    padding-left:1px;
    padding-right:1px;
}

.messaggioPermanente {    
    font-family:"Lucida Console", Monaco, monospace;    
    font-size:11px;
    font-weight:bold;
    text-align:center;
    color:brown;
    background:orange;
    padding:5px 10px 5px 10px;        
    border-radius:10px;
    margin:auto;
    margin-left:20px;
    margin-right:20px;
}

.messaggioCustom {
    font-size:16px; 
}

.resetpassword{
    margin-top: 15px;
}

.resetpassword a {
    color: white;
}

.resetpassword a:hover {
    font-weight: bold;
}

.lang {
    text-align: center;
    padding: 1em;
    font-size: 1.2em;
    color: white;
}