body{
	background-color: rgb(245,245,245);
	font-size: 3vw;
	font-family: Hind,Arial,sans-serif;
}
#top{
	background-color: white;
}
#titolo{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#tel{
	float: right;
	color: green;
	margin: 12px;
	font-weight: 700;
}
#compila{
	margin-top: 30px;
}
#bottone{
	font-size: 3vw !important;
	margin-top: 25px;
	padding: 10px 20px;
}
#testo{
	color: white;
	margin: 10px;
	text-align: center;
	font-size: 2.5vw;
}
#footer{
	background-color: black;
}



#sfondo{
	background-image: url("1.jpg");
	min-height: 100%;
	background-size: cover;
	position: fixed;
}
#box{
	background-color: rgba(255, 255, 255, 0.8);
	width: 50%;
	margin: 10% auto;
	border-radius: 20px;
}
#text{
	text-align: center;
	padding: 80px 0px;
	font-size: 32px;
}
#footer{
	background-color: black;
}



.griglia{
	margin: 10px auto;
	padding: 0px 5%;
	display: grid;
	grid-template-columns: auto auto;
	grid-row-gap: 25px;
	grid-column-gap: 10px;
}
input{
	min-width: 0;
}

label{
	font-size: 26px;
}
.container-xl{
	padding: 0 5%;
}
#botton{
	font-size: 20px !important;
}
#ufxC{
	display: none;
}
.sinistra{
	float: left !important;
	margin-bottom: 30px;
}
.destra{
	float: right;
}