﻿
/********** Form ISCRIZIONE -- stile GREEN */


/* Colore di background */
body.green,
.page-frontend-whit-form_form-builder { 
    background-color: #4AA978; 
    color: #5B534F;
}

.page-frontend-whit-form_form-builder h3{
    color: #009054;
    opacity: 0.8;
}

/* bottone principale */
.page-frontend-whit-form_form-builder .FB-wrapper button.btn-success {
    background-color: #009054;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inherit;
}

/* colori link */
.page-frontend-whit-form_form-builder .FB-wrapper a:link{
    color: #009054;
}



 /*==============================================
=            Pagina post-iscrizione            =
==============================================*/

.personalization-logo a {
    color: #353332;
    opacity: 0.9;
}

.personalization-logo a:hover {
    color: #1E1E1E;
}

.frontend-title-paragraph{
    color: #353332;
    opacity: 0.9;
}

.frontend-elenco-email a.frontend-elenco-email_subject{
    color: white;
}

.frontend-elenco-email a.frontend-elenco-email_subject:hover{
    color: #ccc;
}

.frontend-elenco-email_note{
    color: #176F44;
}

.frontend-elenco-email li:before{
    background-color: #288C5B;
}
