
*
{
 margin:0px;
 padding:0px;
}

html { 
position: relative;
min-height: 100%;
}


body { 
background: #af1685;
font-family: "noto-sans-thin", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-size: 18px;
font-weight: 400;
text-align: left;
color:#ffffff;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}

.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: 100%; /* 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: 20px;
  top: 30%;
  transform: translateY(-50%);

  
  border: none;
  background: transparent;   /* ? importante */
  box-shadow: none;          /* ? elimina eventuali ombre */
  
  cursor: pointer;
  font-size: 24px;
  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: 1169px) {
.password-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%; /* allineato al campo */
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 30%;
  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;
    top: 30%;
  }
}


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;
}


#gradient
{
width: 100%;
position:relative;
z-index:20;
background: #AF1685;
background: linear-gradient(180deg, rgba(175, 22, 133, 1) 0%, rgba(148, 12, 101, 1) 100%);
}

.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;
}


.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: #ffffff;
text-decoration: none;
}

A:HOVER {
color: #ffffff;
text-decoration : none;
}

A.fot:LINK, A.fot:VISITED, A.fot:ACTIVE{
color: #ffffff;
font-weight: 400;
text-decoration: underline;
}

A.fot:HOVER{
color: #fed874;
}

A.fot1:LINK, A.fot1:VISITED, A.fot1:ACTIVE, A.fot1:HOVER{
color: #fed874;
text-decoration: underline;
}

A.men:LINK,
A.men:VISITED,
A.men:ACTIVE {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
}

A.men:HOVER {
    color: #fed874;
    text-decoration: none;
}

A.men:HOVER::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fed874
}



A.privlink:LINK, A.privlink:VISITED, A.privlink:ACTIVE, A.privlink:HOVER{
color: #ffffff;
text-decoration: underline;
}

A.store:LINK, A.store:VISITED, A.store:ACTIVE{
text-decoration: underline;
font-weight: 800;
}

A.store:HOVER{
text-decoration: underline;
font-weight: 800;
color: #fed874;
}






A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}