input[type="submit"] {
	font: 14px Raleway, sans-serif;
	background: #f88e16;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-ms-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
	border: 1px solid #DAD4DB;
	color: white;	
	font-weight: 600;	
	text-shadow: 1px 1px 1px #B84A25;
	filter: dropshadow(color=#b84a25, offx=1, offy=1);
	padding: 6px 20px 6px 20px;
	float: left;
}

input[type="submit"]:hover{
	background:#DC643B; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-ms-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
	text-decoration:none;
	cursor:pointer;
}


input[type="text"], input[type="password"]  {
	background: #FAFAFA;
	-webkit-box-shadow: inset 5px 5px 5px 0px #EEECED!important;
	box-shadow: inset 5px 5px 5px 0px #EEECED!important;
	-webkit-box-shadow: inset 5px 5px 5px 0px #EEECED!important;
	font-family: 'Raleway', sans-serif!important;
	font-size: 15px!important;
	border: 1px solid #CCC!important;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	border-radius:5px;
	padding: 3px;
	height: 30px!important;
	width:200px!important;	
}

input[type="text"]:focus, input[type="password"]:focus {
	border-color: rgba(37, 96, 166, 0.8)!important;	
	outline: 0!important;
	outline: thin dotted 9!important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6)!important;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)!important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6)!important;
}

.errors
{
	padding-bottom:0px;
	font: 12px Raleway, sans-serif;
	font-weight: 600;	
	width:100%;
	background-color:transparent!important;
}
/* 	background:url(../images/sfondo_sonoincloud.jpg) no-repeat; */
body{ 
	background-color: #fff;background-position:center;
	font:14px Raleway, sans-serif;
} 
#box {
	text-align:left!important;
	width: 460px!important;
	height: 536px!important;
	padding-top: 80px;
	background:url(../images/login_sonoincloud.png) no-repeat;
}