/* V3.08 - aggiunto indice righe/codici colore in testa al file (solo documentazione, nessuna modifica di colore o di funzionalita') */
/* Riga 23 - CODICE COLORE: #3C7E49 */
/* Riga 28 - CODICE COLORE: #C1C1C1 */
/* Riga 29 - CODICE COLORE: #C1C1C1 */
/* Riga 29 - CODICE COLORE: #D6F1D9 */
/* Riga 30 - CODICE COLORE: #42464b */
/* Riga 38 - CODICE COLORE: #a1a3a3 */
/* Riga 40 - CODICE COLORE: #fff */
/* Riga 41 - CODICE COLORE: #696969 */
/* Riga 51 - CODICE COLORE: rgba(55, 166, 155, 0.3) */
/* Riga 57 - CODICE COLORE: #2ab7ec */
/* Riga 57 - CODICE COLORE: #31524d */
/* Riga 57 - CODICE COLORE: #999 */
/* Riga 67 - CODICE COLORE: #fff */
/* Riga 71 - CODICE COLORE: #37a69b */
/* Riga 77 - CODICE COLORE: #1ABC9C */
/* Riga 83 - CODICE COLORE: #2ab7ec */
/* Riga 83 - CODICE COLORE: #497a78 */
/* Riga 83 - CODICE COLORE: #999 */
.sil-login-background{
	height: 100%;
	background: white;
	background-image: url(../img/sfondo_login.png), linear-gradient(white, #3C7E49);
	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, #3C7E49);*/
  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;
}
