

* { margin: 0; padding: 0; 
}
body{
    background: url("images/1.png");
    background-size: cover;
    overflow: hidden;
}
#container{
	width:750px;
	background-color:#fff;
	height: 1000px;
	font-family: 'Open Sans',sans-serif;
	margin:0 auto;
    box-shadow: 0px 0px 10px #000;
}
#intestazione{
	width: 100%;
	height: 60px;
	font-size: 45px;
	text-align: center;
	padding-top: 10px;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    /* text-shadow: 1px 1px 2px rgba(0, 37, 45, 0.64);*/
}
#container_form{
	width:100%;
    height: 375px:
    overflow: hidden;
	background-color:#fff;
	font-size: 15px;
}
#container_form1,#container_form2{
	width:47%;
	height: auto;
	background-color:#fff;
	float:left;
	margin:1%;
}
.form{
	width: 100%;
	float: left;
}
#form1{
	width:100%;
}
#form2{
	width:100%;	
}
#logo1{
	width: 97%;
	height: 100px;
	background-color: #fff;
	clear: both;
	float: left;
	border: solid 12px white;
    
}
#logo2{
	width: 97%;
	height: 100px;
	background-color: #fff;
	clear: both;
	float: left;
	border: solid 12px white;
}
#logo1 img{
	width:310px;
	height:100px;
	clear:both;
	float: left;
	margin-left: 5%;
}
#logo2 img {
	width: 240px;
	height: 90px;
	clear: both;
	float: left;
	margin-left: 15%;
	margin-top: 3%;
}
.input{
	width: 250px;
	margin-left: 15%;
	margin-top: 5%;
	height: 30px;
}
#submit,#submit1{
	height: 30px;
	width: 180px;
	margin-top: 5%;
	margin-left: 88px;
	margin-bottom: 5%;
}
#generator,#generator1{
	margin-left: 15%;
	width: 20px;
	height: 15px;
	margin-top: 5%;
}
#email,#email1 {
	
}
#capacita,#capacita1 {
	
}
#barra{
    text-align: center;
    background-color: #333;
    height: 34px;
    padding-top: 11px;
    font-size: 16px;
    color: #008CB0;
}
#barra a:hover, #barra a:focus, #barra a {
    font-weight: bold;
    font-size: 18px;
    color: #008CBA;
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}