<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pointer
{
    cursor: pointer !important;
}

textarea
{
    resize: none;
}

.form-homepage
{
    border-radius: 3px;
    border: 1px solid white;
    padding: 3px;
    width: 100%;
}

.btn-registrati,
.btn-collegati
{
    /*width         : 120px;*/
    height: 27px;
    border: 1px solid #84ba3f;
    border-radius: 3px;
}

.btn-registrati
{
    color: #84ba3f;
    background-color: transparent;
    font-weight: bold;
}

.btn-registrati:hover
{
    color: white;
    background-color: #84ba3f;
    font-weight: 500;
}

.btn-collegati
{
    color: white;
    background-color: #84ba3f;
}

.btn-collegati:hover
{
    color: #84ba3f;
    background-color: white;
}

.btn-page, .form-page
{
    height: 50px !important;
}

.color-green
{
    color: #84ba3f;
}

.border-gray-footer
{
    border: 3px solid #2c2c2c;
    border-radius: 3px;
}

.border
{
    border: 1px solid black !important;
}

.no-opacity
{
    opacity: 0 !important;
}

.hover-prova:hover
{
    color: black !important;
    background-color: white !important;
}

.user_logged_nav button
{
    background: transparent;
    border: none;
    cursor: pointer;
    color: white
}

</pre></body></html>