<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background: url(img/noise.png) repeat;
    background-color: #f3f3f3;
    font-size: 13px;
    line-height: 21px;
    color: #F3F3F3;
    -webkit-font-smoothing: antialiased;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}
#centrati{
    width: 300px;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -150px;
    margin-top: -170px;
}
#accesso td{
    color: #1f1f1f
}
#accesso{
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    width:300px;
    margin: 25px 0;
    text-align: center;
    padding:5px 0;

}
#accesso img{
    margin-top:20px;

}
#accesso form {
    padding: 0 43px;
}

.informativa{
    background-color: #EBF6E0;
    color: #5f9025;
    border: 1px solid #b3dc82;
    width: 280px;
    text-align: center;
    padding: 10px 10px;
    margin-top:10px;
    font-size:12px;
}
#pulsanti{
    width:300px
}
#pulsanti button{
    margin:5px;
}
#barra{
    text-align: right;
    padding: 0px 20px;
}
#barra, #footer{
    background-color: #3b6e40;
    line-height: 25px;

    height:25px;
}
#footer{
    text-align: center;
    position: absolute;
    top: 100%;
    margin-top: -26px;
    width: 100%;

}
.button{
    padding: 9px 18px;
    font-size: 14px;
    background: #3b6e40;
    text-align: center;
    margin-top:25px;
    display:block;
    color:#ffffff;
    text-decoration:none;

}
.button img{
    position:absolute;
    border:none;
    left:11px;
    margin-top:-8px;

}

#footer a:link{
    color: #17b7ff;
    text-decoration: none;
}
#footer a:visited{
    color: #17b7ff;
    text-decoration: none;
}
#footer a:hover{
    color: #fff839;
    text-decoration: none;
}</pre></body></html>