
*
{
 margin:0px;
 padding:0px;
}

html { 
position: relative;
min-height: 100%;
}

@font-face {
font-family: 'PHILADELPHIA-Regular';
src: url('font/PHILADELPHIA-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'PHILADELPHIA-Bold';
src: url('font/PHILADELPHIA-Bold.otf') format('opentype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Philly.otf';
src: url('font/Philly.otf') format('opentype');
font-weight: normal;
font-style: normal;
}


body { 
background: #ffffff;
font-family: 'PHILADELPHIA-Regular';
font-optical-sizing: auto;
font-size: 18px;
font-weight: 400;
text-align: left;
color:#004187;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}


.button-center {
  text-align: center;
  margin-top: 1em;
}

.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: 405px;
}

/* Campo password */
.password-wrapper input.forma,
.password-wrapper input.formb {
    box-sizing: border-box;
    width: 100%;
    padding-right: 58px;
}

/* Bottone: occupa tutta l'altezza effettiva del campo */
.password-wrapper .toggle-password {
    position: absolute;
    z-index: 1000;

    top: 0;
    right: 12px;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    margin: 0;

    border: 0px none;
    outline: 0;
    background: transparent;
    box-shadow: none;

    cursor: pointer;
    pointer-events: auto;

    /* Importante: nessuna traslazione */
    transform: none
}

/* Immagine SVG */
.password-wrapper .toggle-icon {
    display: block;
    width: 24px;
    height: 24px;

    pointer-events: none;
    user-select: none;
}

/* Niente bordo nero al clic del mouse */
.password-wrapper .toggle-password:focus {
    outline: none;
    box-shadow: none;
}

/* Bordo solo usando la tastiera */
.password-wrapper .toggle-password:focus-visible {
    outline: 2px solid #083772;
    outline-offset: -5px;
    border-radius: 6px;
}

@media only screen and (min-width: 970px) and (max-width: 1369px) {

    .password-wrapper {
        max-width: 455px;
    }

    .password-wrapper .toggle-password {
        right: 12px;
    }
}

@media (max-width: 768px) {

    .password-wrapper {
        max-width: 100%;
    }

    .password-wrapper .toggle-password {
        right: 60px;
    }
    
    .password-wrapper input.forma,
.password-wrapper input.formb {
    box-sizing: border-box;
    width: 70%;
}
}


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-size: 20px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:20px;
line-height:1;
text-decoration: underline;
color:#ff0000;
}


.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;
color:#ff0000;
}


.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: 4000px;
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, A.fot:HOVER{
color: #ffffff;
text-decoration: underline;
}

A.fot1:LINK, A.fot1:VISITED, A.fot1:ACTIVE, A.fot1:HOVER{
color: #ffffff;
text-decoration: none;
}


A.men:LINK, A.men:VISITED, A.men:ACTIVE{
color: #004187;
text-decoration: none;
}


A.men:HOVER {
color: #e31a2d;
text-decoration : none;
}



A.privlink:LINK, A.privlink:VISITED, A.privlink:ACTIVE, A.privlink:HOVER{
color: #004187;
text-decoration: underline;
}

A.privlink1:LINK, A.privlink1:VISITED, A.privlink1:ACTIVE, A.privlink1:HOVER{
color:#6b6b6b;
font-family: 'PHILADELPHIA-Bold';
text-decoration: underline;
}


A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}