
*
{
 margin:0px;
 padding:0px;
}

html { 
position: relative;
min-height: 100%;
}


body { 
background: #1a1934;
font-family: "Barlow", sans-serif;
font-optical-sizing: auto;
font-size: 18px;
font-weight: 400;
text-align: left;
color:#ffffff;
}

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;
}

img.centro
{
display:block;
margin:auto;
}


.err {
font-size: 18px;
font-weight: 700;
text-align: center;
color:#ffed00;
line-height:1.2;
margin-top:5px;
margin-bottom:15px;
margin-left:15px;
margin-right:15px;
}



#viola
{
width: 100%;
position:relative;
z-index:20;
background-color: #cb106b; 
}

#violagra
{
width: 100%;
position:relative;
z-index:20;
background: #CB106B;
background: linear-gradient(0deg, rgba(203, 16, 107, 1) 0%, rgba(203, 16, 107, 0) 100%);
}



.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;
padding-bottom:25px;
padding-top:5px;
}

.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: #ffffff;
text-decoration: none;
}

A:HOVER {
color: #ffffff;
text-decoration : none;
}

A.fot:LINK, A.fot:VISITED, A.fot:ACTIVE{
color: #ffffff;
text-decoration: underline;
}

A.fot:HOVER{
color: #ffed00;
}

A.men:LINK, A.men:VISITED, A.men:ACTIVE{
color: #ffffff;
text-decoration: none;
}


A.men:HOVER {
color: #ffed00;
text-decoration : none;
font-weight: 700;
border-bottom: 1px solid #ffed00;
padding-bottom:5px;
}

a.men::before {
display: block;
content: attr(title);
color: #ffed00;
text-decoration : none;
font-weight: 700;
height: 0;
overflow: hidden;
visibility: hidden;
}

A.privlink:LINK, A.privlink:VISITED, A.privlink:ACTIVE, A.privlink:HOVER{
color: #1c1834;
text-decoration : none;
}






A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}