/** bodyLOGIN ***********************************/
body.b_login {
margin:0;
padding:0;
background:#fafafa;
}
body.b_login input {
font-size:1.333em;
text-align:center;
border:1px solid #ddd;
padding:0.51666em;
/*width:17.75em;*/
width:75%;
background:#f0f0f0;
margin-bottom:.3em;
-webkit-appearance: none;
}
#main_login {
width:400px;/*30%;*/
margin-left:auto;
margin-right:auto;
margin-top:10em;
padding:0;
background:#fff;
/*padding-bottom: 20px;
border-bottom:4px solid #fff;*/
border:1px solid #ddd;

/*-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.42);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.42);
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.42);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);*/
}


@media (max-width: 420px) {
/*body.b_login {
background:#c0c0c0;
}*/
#main_login {
width:80%;
margin-top:40px !important;
}
}
#footer_login {
width:30%;
margin-left:auto;
margin-right:auto;
height:1.666em;
text-align:right;
margin-top:.8333em;
}
#footer_login img {
border-width:0;
height:1.666em;
}

#titolo_login {
padding:.8333em;
font-size:1.333em;
text-align:center;
/*border-bottom:1px dotted #999;*/
background:#fff;/*262626;*/
}
#titolo_login img {
border:0;
width:80%;
}
#body_login {
padding:0px;
padding-top:1em;
text-align:center;
background:#fff;
}
a.login  {
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:35px;

text-transform:uppercase;
text-decoration:none;

width:80%;
height:2.666em;
line-height:2.666em;
background-color:#f48f30;

font-size:1.333em;
text-align:center;
color:#fff;
}
a.login:hover {
text-decoration:none;
background-color:#000;
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.42);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.42);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.42);
}
.msg {
margin:0 !important;
}
/* END LOGIN */
