
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0em; 
    padding: 0em; 
    font-family:"Titillium Web",HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
}

.italia-it-button-size-l {
    width: 100% !important;
}


#spid-header {
    position: absolute;
    top: 0em;
    width: 100%;
    background-color: #1069c9;
    color: white;
    text-align: center;
    vertical-align: middle;
    min-height: 4em;
}

#spid-footer {
    position: absolute;
    bottom: 0em;
    width: 100%;
    background-color: #1069c9;
    color: white;
    min-height: 4em;
}

#spid-container {
    margin: 0 auto;
    margin-top: 10em;
    max-width: 30em;
}

#spid-scelta-form div {
    border-width: 0px;
    display: block;
    background-color: white;    
    border-bottom: 1px solid #CCC;
}

#spid-scelta-form button {
    border-width: 0px;
    display: block;
    width: 100%;
    margin: 15px;        
    background-color: white;
    background-repeat: no-repeat;
    height: 50px;
    cursor: pointer;
}

#spid-scelta-form button label {
    position: absolute;
    left: -9999px;
}




.spid-idp-support-link a {
    color:#0066CC;
    font-family:"Titillium Web",HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-weight: 600;
}

#spid-error {    
    text-align: center;
    color:#0066CC;
    font-family:"Titillium Web",HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;

}

#spid-error a,
#spid-error a:active,
#spid-error a:hover,
#spid-error a:visited {
    color:#0066CC;
    font-size: 1.5em;
}

#spid-error h1 {
    font-size: 2em;
    text-transform: uppercase;
}

#spid-error h2 {
    font-size: 1.5em;
    text-align: justify-all;
    margin: 2em 0em;

}