[id^=censimento_form] {
    text-align: center;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}

[id^=censimento_form] .censimento-abstract {
    text-align: left !important;
}

[id^=censimento_form] label:not(.option) {
    display: block;
}

[id^=censimento_form] input[name=codice_fiscale],
[id^=censimento_form] input[name=conto_contrattuale],
[id^=censimento_form] input[name=numero_cnf_utente] {
    text-align: center;
    width: 350px;
    height: 40px;
    border: 1px solid #dad4d4;
    padding: 0px 10px;
    background: #fff;
}

[id^=censimento_form] input[name=numero_cnf_utente] {
    width: 100px;
    height: 80px;
    font-size: 2rem;
    font-weight: bold;
}


[id^=censimento_form] input[type=submit] {
    margin: 0 auto;
    display: block;
    background: #008ba8;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    outline: none;
    border: none;
}

[id^=censimento_form] input[type=submit]:hover {
    opacity: 0.7;
}

[id^=censimento_form] a {
    color: #008ba8;
}

#google_recaptcha_ziggy_publiacqua_cnf_form {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.browser-ok,
.browser-ie {
    color: #155724!important;
}