.sil-login-background{
	height: 100%;
	background: white;
	background-image: url(../img/sfondo_login.png), linear-gradient(white, #0002E8);
	background-repeat: no-repeat;
}

.sil-login{
	background: #C1C1C1;
	background-image: linear-gradient(#C1C1C1,#D6F1D9); /* #ACCBCA);*/
	border: 1px solid #42464b;
	border-radius: 6px;
	height: 257px;
	margin: 100px auto 0;
	width: 298px;
}

.sil-login input[type="text"], .sil-login input[type="password"]{
	border: 1px solid #a1a3a3;
	border-radius: 4px;
	box-shadow: 0 1px #fff;
	color: #696969;
	box-sizing: border-box;
	height: 39px;
	margin: 31px 0 0 29px;
	padding-left: 37px;
	transition: box-shadow 0.3s;
   width: 240px;
} 

.sil-login input[type="password"]:focus, .sil-login input[type="text"]:focus {
  box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);
  outline: 0;
}

.sil-login input[type="submit"]::active{
  top:3px;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #31524d, 0px 5px 3px #999;
}

.sil-login input[type="submit"] {
  width:240px;
  height:35px;
  display:block;
  font-family:Arial, "Helvetica", sans-serif;
  font-size:16px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  text-align:center;
  text-shadow:1px 1px 0px #37a69b;
  padding-top:6px;
  margin: 29px 0 0 29px;
  position:relative;
  cursor:pointer;
  border: none;  
  background-color: #1ABC9C; /*#40B659;/* #2CA144;*/
 /* background-image: linear-gradient(top, #40B659, #0002E8);*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius:5px;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #497a78, 0px 10px 5px #999;
}
