
*
{
 margin:0px;
 padding:0px;
}

html { 
position: relative;
min-height: 100%;
}


body { 
background: #009fe3;
font-family: "Nunito", sans-serif;
font-optical-sizing: auto;
font-size: 18px;
font-weight: 400;
text-align: left;
color:#032b54;
}

select {
/* for Firefox */
-moz-appearance: none;
/* for Chrome */
-webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
display: none;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:focus{
outline: none;
}


.corpo_err {
font-size: 20px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:20px;
line-height:1;
text-decoration: underline;
}


.err {
font-size: 20px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:20px;
line-height:1;
text-decoration: underline;
}

img.centro
{
display:block;
margin:auto;
}

#viola
{
width: 100%;
position:relative;
z-index:20;
background-color: #d91272; 
}

#blu
{
width: 100%;
position:relative;
z-index:20;
background-color: #16315f; 
padding-top:40px;
padding-bottom:40px;
}

#sfondograd {
background: #16A3E0;
background: linear-gradient(180deg, rgba(22, 163, 224, 1) 0%, rgba(77, 191, 240, 1) 99%);
}


.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0px none;
}


#capatcha {
margin:auto;
display: block
}




.g-recaptcha{
margin: 15px auto !important;
width: auto !important;
height: auto !important;
text-align: -webkit-center;
text-align: -moz-center;
text-align: -o-center;
text-align: -ms-center;
}

label {
display: block;
margin-bottom: 4px;
font-weight: 400;
}

select {
width: 100%; /* o una larghezza fissa se preferisci */
max-width: 360px;
padding: 5px;
}




A:LINK, A:VISITED, A:ACTIVE {
color: #032b54;
text-decoration: none;
}

A:HOVER {
color: #032b54;
text-decoration : none;
}

A.fot:LINK, A.fot:VISITED, A.fot:ACTIVE{
color: #032b54;
text-decoration: none;
}

A.fot:HOVER{
color: #d91272;
text-decoration: none;
}

A.men:LINK, A.men:VISITED, A.men:ACTIVE{
color: #032b54;
text-decoration: none;
position: relative;
}


A.men:HOVER {
text-decoration: none;
}

A.men:hover::after {
  content: "";
  position: absolute;
  left: -7px;
  right: -7px;
  bottom: -2px; /* distanza dal testo */
  height: 1px;  /* spessore riga */
  background-color: #032b54
}



A.privlink:LINK, A.privlink:VISITED, A.privlink:ACTIVE, A.privlink:HOVER{
color: #032b54;
text-decoration: underline;
}






A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}