@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}


#HomeContanier {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}


.form-container {
	background: #cccccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#cccccc));
	background: -webkit-linear-gradient(top, #f0f0f0, #cccccc);
	background: -moz-linear-gradient(top, #f0f0f0, #cccccc);
	background: -ms-linear-gradient(top, #f0f0f0, #cccccc);
	background: -o-linear-gradient(top, #f0f0f0, #cccccc);
	background-image: -ms-linear-gradient(top, #f0f0f0 0%, #cccccc 100%);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	-moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
	text-decoration: none;
	vertical-align: middle;
	min-width:300px;
	padding:20px;
	width:300px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 30px;
   }
.form-field {
   background: #fafafa;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #424242;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:260px;
   }
.form-field:focus {
   background: #fff;
   color: #0f0f0f;
   }
.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.form-title {
   margin-bottom:10px;
   color: #081c82;
   text-shadow: #fdf2e4 0 1px 0;
   }
.submit-container {
   margin:8px 0;
   text-align:right;
   }
.submit-button {
   border: 1px solid #2f247d;
   background: #5176c2;
   background: -webkit-gradient(linear, left top, left bottom, from(#7fb7e8), to(#5176c2));
   background: -webkit-linear-gradient(top, #7fb7e8, #5176c2);
   background: -moz-linear-gradient(top, #7fb7e8, #5176c2);
   background: -ms-linear-gradient(top, #7fb7e8, #5176c2);
   background: -o-linear-gradient(top, #7fb7e8, #5176c2);
   background-image: -ms-linear-gradient(top, #7fb7e8 0%, #5176c2 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #0a0a0a 0 1px 0;
   color: #ffffff;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
	border: 1px solid #2e247d;
	text-shadow: #0a0a0a 0 1px 0;
	background: #7fb7e8;
	background: -webkit-gradient(linear, left top, left bottom, from(#5176c2), to(#7fb7e8));
	background: -webkit-linear-gradient(top, #5176c2, #7fb7e8);
	background: -moz-linear-gradient(top, #5176c2, #7fb7e8);
	background: -ms-linear-gradient(top, #5176c2, #7fb7e8);
	background: -o-linear-gradient(top, #5176c2, #7fb7e8);
	background-image: -ms-linear-gradient(top, #5176c2 0%, #7fb7e8 100%);
	color: #fff;
	cursor: pointer;
   }
.submit-button:active {
   text-shadow: #0a0a0a 0 1px 0;
   border: 1px solid #2e247d;
   background: #e63c3c;
   background: -webkit-gradient(linear, left top, left bottom, from(#f05b5b), to(#7fb7e8));
   background: -webkit-linear-gradient(top, #f05b5b, #e63c3c);
   background: -moz-linear-gradient(top, #f05b5b, #e63c3c);
   background: -ms-linear-gradient(top, #f05b5b, #e63c3c);
   background: -o-linear-gradient(top, #f05b5b, #e63c3c);
   background-image: -ms-linear-gradient(top, #f05b5b 0%, #e63c3c 100%);
   color: #fff;
   }