body, html{height:100%;margin:0; padding:0;font-family: Lato; color:#333; background:#333 url(bg.jpg) no-repeat top center;
				background-attachment:fixed;-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;}

   .container {
      display: flex; position: absolute; justify-content: center; align-items: center; width: 300px; height: 300px;
      border: 0px solid #ccc;}
    img { width: 300px; height: auto;}
			
				
	h1{font-size:55px; font-weight: 800;margin-bottom:0; font-weight: 300; text-transform: uppercase;text-align: center }
	h2{font-size:30px; color:#3C8320; font-weight: 800;font-weight: 300}

	p{font-size:14px;line-height: 24px; color:#666}
	
	a{color:#fff; font-weight: bold; text-decoration: none;}
	a:hover{color:#3C8320;}
	
	strong{font-weight: bold}
	span{color:#3C8320;}
	
	.big{font-size: 30px; color:#000; padding:30px 0; width:100%; float:left; text-align: center;margin:20px 0; border-top: 3px solid #eee}


				
					
	.bg{height: 100%; width:100%;float:left;display:block;position:relative;}				
	.logo{ text-align: center;background: #fff; padding-top:20px;opacity: 0.7;font-size: 4.0vw;font-weight: 300;color:#000;display: block; width:45%; height:100px; position: absolute; top:45%; left:30%; margin: -203px 0 0 0px;}
	.message{top:40%; text-shadow: 0 0 10px #000;font-size: 51px;font-weight:700;position:absolute;left:15%;z-index: 9999; color:#fff;text-align: center;width:70%;}
		
	.action{border: 5px solid #fff;padding: 10px 0px; top:69%; position:absolute;font-size: 40px;left:50%;z-index: 9999; color:#fff;text-transform: uppercase;text-align: center;width:400px;margin-left:-200px }
	.action:hover{background: #eee}
	
	.arrow{width:100%; height:180px;position: absolute; bottom:0;background: url(arrow.png) no-repeat center center;text-indent: -9999px; cursor: pointer}
	
	.testo{float:left;width: 100%; background: #fff}
	.center-text{width:750px; margin:0 auto;}
	
	form{width: 100%;float:left;margin: 30px 0}
	form p{margin: 10px 0;float:left; width:100%;}
	
		label{width:20%; display:block;float:left;padding: 10px;}
		input{width: 70%;float:left;border:none; background: #eee; padding:15px 10px; border-radius: 5px;}
		
		.submit{margin-left: 23%;width: 30%;background: #3C8320; color:#fff; font-size: 16px; font-weight: 700}
	
	
@media (max-width: 768px) { 


	.logo{font-size: 40px }
	
	.message{top:40%; text-shadow: 0 0 10px #000;font-size: 31px;}
	
	.action{width:90%;margin:0;left:3%; }
	
	.center-text{width:90%; padding:0 5%}

}