[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_amministratore_rappresentante],
[id^=censimento_form] input[name=cf_condominio],
[id^=censimento_form] input[name=conto_contrattuale],
[id^=censimento_form] input[name=numero_cnf_utente],
[id^=censimento_form] input[name=codice_cliente],
[id^=censimento_form] input[name=email],
[id^=censimento_form] input[name=telefono] {
    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] .form-managed-file {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-item-telefono {
    margin-bottom: 2em;
}

#edit-allegato-ajax-wrapper {
    margin-bottom: 40px; 
}

[id^=censimento_form] .form-managed-file #edit-allegato-upload-button,
[id^=censimento_form] .form-managed-file #edit-allegato-remove-button,
[id^=censimento_form] #edit-cancel-button,
[id^=censimento_form] #edit-confirm-button {
    margin: 0;
}

[id^=censimento_form] .form-managed-file span.file {
    display: block;
    margin-right: 20px;
}

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

[id^=censimento_form] h2 {
    margin-top: 80px;
    margin-bottom: 40px;
}

[id^=censimento_form] .values-container {
    width: 100%;
    overflow: auto;
}

[id^=censimento_form] .values-container table {
    margin: auto;
    text-align: left;
}

[id^=censimento_form] .values-container table tr td:first-child {
    font-weight: bold;
}

[id^=censimento_form] .values-container table td,
[id^=censimento_form] .values-container table th {
    padding: 10px 20px;
}

[id^=censimento_form] .form-actions.multiple {
    display: flex;
}

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

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

#back-to-home {
    padding: 30px 10px;
    line-height: 20px!important;
}