form#manifestacao-form fieldset {
    background: #fafafa;
}

form#manifestacao-form label,
form#manifestacao-form .form-control,
form#manifestacao-form .form-select {
    font-size: .9rem;
}

form#manifestacao-form label {
    margin-bottom: .2rem;
}

form#manifestacao-form label.error {
    color: red;
    font-size: .8rem !important;
    font-style: italic;
}