<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper_main {
    display: table;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
#bg_box {
    display: table-cell;
    position: relative;
    text-align: center;
}
#box_main {
    display: table-cell;
    height: 100%;
    position: relative;
    width: 400px;
    color: #333333;
}
#box_testi {
    background: #ffffff none repeat scroll 0 0;
    display: table-cell;
    height: 100%;
    position: relative;
    width: 400px;
    color: #333333;
}
.box_main_content, .box_testi_content {
    overflow-x: hidden;
    overflow-y: auto;
}
.box_main_content {
    padding: 25px; text-align: justify;
}
.box_testi_content {
    padding: 11px; max-height: 100%; height: 100%;
}
.box_main_logo {
    margin-bottom: 33px; text-align: center;
}
.box_main_logo h3 {
    font-size: 16px; color:#777777; margin-top: 11px; text-align: left;
}
#box_main h3 {
    font-size: 15px; color:#777777; margin: 5px 0;
}
#wrapper_main .box_main_footer {
    bottom: 0;
    left: 0;
    padding: 11px 25px;
    position: absolute;
    width: 100%;
}
#wrapper_main .box_main_footer a {
    font-size: 12px;
    margin-right: 15px;
}
#wrapper_main .box_main_footer .link_footer {
}
#wrapper_main .box_main_footer .copy {
    color: #777777;
    font-size: 12px;
    margin-bottom: 5px;
}
#wrapper_main .box_main_footer_ico {
    position: absolute;
    right: 0;
    bottom: 0;
}
.box_testi_content h2 {
    color: #777;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 11px;
    text-align: left;
}
.box_testi_content p {
    margin-bottom: 11px;
}
.box_testi_content {
    font-size: 13px;
    text-align: justify;
}
.Formlogin{width:100%; margin: 0 0 33px 0;}
#box_testi #chiudi_box{position: absolute; bottom:5px; right:20px; }

#bg_box video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
}

@media (max-width: 600px) {
    #bg_box {
        display: none;
    }
    #wrapper_main .box_main_footer .link_footer {
        line-height: 18px;
    }

}
@media (max-width: 420px) {
    #box_main, #box_testi {width: 100%;}
    #wrapper_main .box_main_footer {padding: 11px;}
    .Formlogin{width:100%;}
}
</pre></body></html>