/* Colore bottom menu */
.sp-module ul>li>a {
    color: #68AA98 !important;
}

.sp-module ul>li>a:hover {
    color: #8bcbb9 !important;
}

/* Mostra codice captcha */
.input-group-text, .input-password-toggle {
    display: flex !important; 
}

/* Toglie riga bianca da in mezzo al bottom */
#sp-bottom:after {
    content: none !important;
    top: 100% !important;
}

.bottom-me {
  border-bottom: 1px solid #fff;
}

#sp-bottom-me {
    border-bottom: 1px solid #fff;
}

/* Sfondo testo sezione contatti pagine servizi */
.sppb-addon-person .sppb-person-information>a.sppb-person-email {
    font-weight: 900 !important;
    color: #05106a !important;
    background-color: rgb(255 255 255 / 85%);
}