
*
{
 margin:0px;
 padding:0px;
}

html { 
position: relative;
min-height: 100%;
}



@font-face {
    font-family: "Phosphate Fixed Solid";
    src: url("font/Phosphate_Fixed_Solid.eot"); /* IE9 Compat Modes */
    src: url("font/Phosphate_Fixed_Solid.eot?#iefix") format("embedded-opentype"), /* IE6–IE8 */
         url("font/Phosphate_Fixed_Solid.woff2") format("woff2"), /* Modern Browsers */
         url("font/Phosphate_Fixed_Solid.woff") format("woff"),
         url("font/Phosphate_Fixed_Solid.ttf") format("truetype"),
         url("font/Phosphate_Fixed_Solid.svg#PhosphateFixed-Solid") format("svg"); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body { 
background: #ffe200;
font-family:"Phosphate Fixed Solid";
font-optical-sizing: auto;
font-size: 18px;
font-weight: 400;
text-align: left;
color:#ffffff;
overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}

.bottonecok { 
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    border:0px solid #89388a;
    border-radius: 0px;
    font-size: 14px;
    text-align: center;
    color:#e30613;
    padding-top: 8px;
    padding-bottom: 8px;
    width:260px;
    text-transform: uppercase;
    font-weight: inherit;
    cursor: pointer;
}

.hp-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    display:none;
}

       .visually-hidden {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0,0,0,0);
            white-space: nowrap;
            border: 0px none;
        }



.password-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 550px; /* allineato al campo */
}


.password-wrapper input.forma,
.password-wrapper input.formb {
  width: 100%;
  padding-right: 0px; /* spazio per occhio */
  box-sizing: border-box;
}

.toggle-password {
  position: absolute;
  right: -30px;
  top: 38%;
  transform: translateY(-50%);

  
  border: none;
  background: transparent;   /* ? importante */
  box-shadow: none;          /* ? elimina eventuali ombre */
  
  cursor: pointer;
  font-size: 30px;
  color: #083772;

  padding: 0;                /* ? elimina area grigia */
  margin: 0;
}


.toggle-password:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

@media only screen and (min-width: 970px) and (max-width: 1369px) {
.password-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 455px; /* allineato al campo */
}

.toggle-password {
  position: absolute;
  right: 0px;
  top: 38%;
  transform: translateY(-50%);

  
  border: none;
  background: transparent;   /* ? importante */
  box-shadow: none;          /* ? elimina eventuali ombre */
  
  cursor: pointer;
  font-size: 30px;
  color: #083772;

  padding: 0;                /* ? elimina area grigia */
  margin: 0;
}

}



@media (max-width: 768px) {
  .password-wrapper {
    max-width: 100%;
  }

  .toggle-password {
    right: 10px;
    font-size: 18px;
  }
}

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;
}

.corpo_err {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:30px;
line-height:1;
text-decoration: underline;
color:#4b8fca;
}


.err {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:20px;
line-height:1;
text-decoration: underline;
color:#4b8fca;
}


.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;
}

#rosso
{
width: 100%;
position:relative;
z-index:10;
background-color: #e30613; 
}




A:LINK, A:VISITED, A:ACTIVE {
color: #000000;
text-decoration: none;
}

A:HOVER {
color: #000000;
text-decoration : none;
}

A.fot:LINK, A.fot:VISITED, A.fot:ACTIVE{
color: #ffffff;
text-decoration : none;
}

A.fot:HOVER{
color: #ffe200;
text-decoration : none;
}

A.men:LINK, A.men:VISITED, A.men:ACTIVE{
color: #ffffff;
text-decoration: none;
}


A.men:HOVER {
color: #fae300;
text-decoration : none;
}



A.privlink:LINK, A.privlink:VISITED, A.privlink:ACTIVE, A.privlink:HOVER{
color: #000000;
text-decoration: underline;
}


A.privlink1:LINK, A.privlink1:VISITED, A.privlink1:ACTIVE, A.privlink1:HOVER{
color: #000000;
text-decoration : none;
}




A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}