/*
/* Genera documento di posta - g.chiuchiolo@neikos.it & f.gissi@neikos.it - 2018 - 2022
/* Versione 4.0 (29.08.2022)  
/*
*/

* { 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);*/
}
#intestazionegen{
        clear: both;
        width: 100%;
        height: 60px;
        font-size: 45px;
        text-align: center;
        padding-top: 30px;
        font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

#container_form{
	width:100%;
    height: 375px:
    overflow: hidden;
	background-color:#fff;
	font-size: 15px;
}
#container_form1,#container_form2,#container_form4{
   width: 26%;
   height: auto;
   background-color: #fff;
   float: left;
   margin: 3%;
}
#container_form3{
  width: 80%;
  margin: auto;
}

.form{
	width: 100%;
	float: left;
}
#form1{
	width:100%;
}
#form2{
	width:100%;	
}
#form4{
        width:100%;
}
#form3{
        width:100%;
}
#logo1{
	width: 97%;
	height: 80px;
	background-color: #fff;
	clear: both;
	float: left;
	border: solid 12px white;
    
}
#logo2{
	width: 97%;
	height: 80px;
	background-color: #fff;
	clear: both;
	float: left;
	border: solid 12px white;
}
#logo4{
        width: 97%;
        height: 80px;
        background-color: #fff;
        clear: both;
        float: left;
        border: solid 12px white;
}
#logo3{
        width: 95%;
        height: 100px;
        background-color: #fff;
        clear: both;
        float: left;
        border: solid 12px white;
}

#logo1 img{
	width:180px;
	height:50px;
	clear:both;
	float: left;
	margin-left: 5%;
        margin-top: 10%;
}
#logo2 img {
  width: 180px;
  height: 70px;
  clear: both;
  float: left;
  margin-left: 5%;
  margin-top: 3%;
}
#logo3 img {
       	width: 100px;
	height: 100px;
	clear: both;
	float: left;
	margin-left: 52%;
        transform: translate(-50%,0);
}
#logo4 img {
  width: 180px;
  height: 90px;
  clear: both;
  float: left;
}
.input{
	width: 100%;
	margin-left: 5%;
	margin-top: 7%;
	height: 30px;
}
#submit,#submit1,#submit2,#submit4{
	height: 30px;
	width: 100px;
	margin-top: 5%;
	margin-left: 35%;
	margin-bottom: 5%;
}
#generator,#generator1,#generator2,#generator4{
	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;
}
#passwordgenerata{
    margin-left:50%;
    transform: translate(-50%,0);
}
#generabottone{
	height: 30px;
	width: 140px;
	margin-top: 5%;
	margin-left: 50%;
	margin-bottom: 5%;
	transform: translate(-50%,0);
}
