@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*-------------------LOGIN--------------------*/

.errori_login {
height:30px;
color:#F00;
font-family: 'Roboto';
font-size:16px;
}

#login {
background-color: #F9F9F9;
height: 200px;
width: 400px;
margin: auto;
margin-top:20px;
padding: 30px;
z-index: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;  
border: solid 0.5px #3267C0;
border-collapse:collapse;
}

fieldset {
border: 0;
padding: 0;
margin: 0;
}

#inputs input {
background: #fff;
padding: 15px 15px 15px 30px;
margin: 0 0 10px 0;
width: 353px; /* 353 + 2 + 45 = 400 */
border: 1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
-webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username {background-position: 5px -2px !important;}

#password {background-position: 5px -52px !important;}

#inputs input:focus {
background-color: #fff;
border-color: #3267C0;
outline: none;
-moz-box-shadow: 0 0 0 1px #3267C0 inset;
-webkit-box-shadow: 0 0 0 1px #3267C0 inset;
box-shadow: 0 0 0 1px #3267C0 inset;
}

#actions{
margin: 25px 0 0 0;
text-align:center;
}

#submit {		
background-color: #3267C0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
border-width: 1px;
border-style: solid;
border-color: #3267C0;
height: 35px;
padding: 0;
width: 120px;
cursor: pointer;
font: 18px Roboto;
color: #fff;
}

#actions a {
color: #3267C0;    
float: right;
line-height: 35px;
margin-left: 10px;
}