<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.page-informar-cpf form {
    margin-right: 20px;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
}

.page-informar-cpf form .fields {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.page-informar-cpf .estrangeiro{
    width: 150px;
    margin-right: 10px;
}

.page-informar-cpf .documento{
    width: 300px;
}
.page-informar-cpf button {
    align-self: flex-end; 
}

.g-recaptcha {
    grid-column: 1 / 4;
    justify-self: center;
}
.error {
    color: red;
    margin-bottom: 10px;
}</pre></body></html>