.header_base {
    background-image: url("../../images/background/background_base.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#btn_vota, #btn_email, #btn_risposta {
    background-color: #9b8cc2;
    color: #f9e723;
    border-radius: 50px;
    font-weight: bolder;
    font-size: 3em !important;
    min-width: 218px !important;
}

#quesito {
    margin: 0 auto;
    max-width: 760px;
}
#quesito p {
    font-size: 0.9em;
}

#slogan {
    border: 3px solid #9b8cc2;;
    margin: 0 auto;
    max-width: 420px;
}
#slogan #line1 {
    font-size:0.7em;
    white-space: nowrap;
    font-weight: bold;
}
#slogan #line2 {
    font-size:1.3em;
    white-space: nowrap;
    font-weight: bold;
    color: #ff0000;
}

#btn_download {
    background-color: #9b8cc2;
    color: #ffffff;
    border-radius: 50px;
    font-weight: bolder;
    font-size: 1em !important;
    min-width: 218px !important;
    white-space: nowrap;
}

#come_si_vota {
    margin: 0 auto;
    max-width: 682px;
    color: #ffffff !important;
}

#email_container {
    margin: 0 auto;
    max-width: 972px;
}
#email_container input[type="text"], #email_container input[type="email"] {
    border: 5px solid #9b8cc2;;
    border-radius: 28px;
}

#consenso {
    border: 5px solid #9b8cc2;;
    width: 30px;
    height: 30px;
}

#faq_ontainer {
    margin: 0 auto;
    max-width: 900px;
}
#faq_ontainer #line1 i {
    color: #4fd1d9;
}

#email_inviata {
    margin: 0 auto;
    border: 4px solid #9b8cc2;
    border-radius: 50px;
}

#btn_homepage {
    background-color: #9b8cc2;
    color: #ffffff;
    border-radius: 50px;
    font-weight: bolder;
    min-width: 376px !important;
}

#quesito_container {
    margin: 0 auto;
    max-width: 1040px;
}

#errore_container {
    border: 5px solid #ff0000;;
}
