/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* p{
    margin: 0;
}

#fieldCpf {
     width: 10em;
}

#fieldNomeProponente {
    width: 17em;
}

#fieldDataNascimento {
    width: 9.5em;
}

#fieldSexo {
    width: 4.3em;
}

#fieldEmail {
    width: 15em;
}

#fieldCelular1, #fieldCelular2{
    width: 9em;
}

#dados-proponente{
    display: flex;
    justify-content: space-between;
}

.card-dados-proponente{
    text-align: left;
    padding: 4px;
    width: auto;
} */