body.b_login {
margin:0;
padding:0;
background:#fafafa;
}
body.b_login input {
font-size:1.333em;
text-align:left;
border:1px solid #ddd;
padding:0.51666em 15px;
height:40px;
width:80%;
background:#f0f0f0;
margin-bottom:.3em;
box-sizing: border-box;
-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);*/
}
#footer_login {
width:30%;
margin-left:auto;
margin-right:auto;
height:1.666em;
text-align:center;
margin-top:20px;
color:#666;
}
#footer_login img {
border-width:0;
}
#footer_login a {
color:#555;
}
#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:#000;

font-size:1.333em;
text-align:center;
color:#fff;
}
a.login:hover {
text-decoration:none;
background-color:#333;
-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 */

.box_log {
position:relative;
}

.btn-show-psw {
width:45px;
height:38px;
background-image: url(../img/pw-show.svg);
background-repeat: no-repeat;
background-position: center;
transition: none;
box-shadow: none !important;
border: 0;
position: absolute;
right:10%;
top:1px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
    
background-color: rgba(0,0,0,0.001);
border-width: 0;
cursor: pointer;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
max-width: 100%;
padding: 0;
text-align: left;
text-transform: inherit;
vertical-align: baseline;

}
.btn-hide-psw {
background-image: url(../img/pw-hide.svg) !important;
}


@media (max-width: 420px) {
    /*body.b_login {
    background:#c0c0c0;
    }*/
    #main_login {
    width:90%;
    margin-top:40px !important;
    }

    #footer_login {
    width:90%;
    }
}

