
*
{
 margin:0px;
 padding:0px;
}

html { 
position: relative;
min-height: 100%;
}


body { 
background: #ffffff;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-size: 18px;
font-weight: 400;
text-align: left;
color:#073165;
background-image: url('../images/sfondo.jpg');
background-position:center top;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}

.like {
    background: none;
    border: none;
    padding: 0;
    margin-top:16px;
    cursor: pointer;
}

.like img {
    display: block; /* evita spazi strani sotto l'immagine */
}



.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;
        }
        

.required-note {
  font-size: 0.95em;
  margin: 0 0 1em 0;
}

.req {
  color: inherit;
  font-weight: bold;
}

.password-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 440px; /* allineato al campo */
}

.password-wrapper input.forma,
.password-wrapper input.formb {
  width: 100%;
  padding-right: 60px; /* spazio per occhio */
  box-sizing: border-box;
}

.toggle-password {
  position: absolute;
  right: 20px;
  top: 35%;
  transform: translateY(-50%);
  
  border: none;
  background: transparent;   /* ? importante */
  box-shadow: none;          /* ? elimina eventuali ombre */
  
  cursor: pointer;
  font-size: 22px;
  color: #083772;

  padding: 0;                /* ? elimina area grigia */
  margin: 0;
}

.toggle-password:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .password-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }

  .toggle-password {
    right: 15px;
    font-size: 18px;
  }
}


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-size: 20px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:20px;
line-height:1;
color:#ffffff;
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;
color:#ffffff;
text-decoration: underline;
}


.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: 962px;
}




A:LINK, A:VISITED, A:ACTIVE {
color: #073165;
text-decoration: none;
}

A:HOVER {
color: #073165;
text-decoration : none;
}

A.fot:LINK, A.fot:VISITED, A.fot:ACTIVE, A.fot:HOVER{
color: #073165;
font-weight: 700;
text-decoration: underline;
}



A.men:LINK, A.men:VISITED, A.men:ACTIVE{
color: #ffffff;
text-decoration: none;
}


A.men:HOVER {
color: #f8bcdf;
text-decoration : none;
}



A.privlink:LINK, A.privlink:VISITED, A.privlink:ACTIVE, A.privlink:HOVER{
color: #ffffff;
text-decoration: underline;
}


A.link-password:LINK, A.link-password:VISITED, A.link-password:ACTIVE, A.link-password:HOVER{
color: #ffffff;
}





A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}