.gruppo {
border: 2px solid white;
max-width: 400px;
min-width: 190px;
margin: 10px;
padding: 8px; 
border-radius: 12px;
bacKground-color: white;
}

label {
float: left;
display:block;
width: 120px;
margin-bottom: 0;
}

input {
margin: 2px 8px;
}
 
.error{
color:#ff0000;
font-weight:bold;
}
 
.sent{
color:#00D60E;
font-weight:bold;
}

h2{
font-family: 'Century Gothic', 'Trebuchet MS';
font-size: 14pt;
text-align: center;
color: #000000;
margin: 0 0 10px 0;
}

h3{
font-family: 'Century Gothic', 'Trebuchet MS';
font-size: 11pt;
color: #000000;
margin: 0 0 10px 0;
}

h4{
font-family: 'Century Gothic', 'Trebuchet MS';
font-size: 10pt;
text-align: left;
font-weight: normal;
margin: 0;
color: #000000;
line-height: 22px;
}

h5{
font-family: 'Century Gothic', 'Trebuchet MS';
font-size: 9pt;
text-align: left;
font-weight: normal;
margin: 0 0 10px 0;
color: #000000;
}


a{
text-decoration: none;
color: #ff7000;
}

a:hover{
font-weight: bold;
}
