/* Arquivo gerado automaticamente em 12/10/2023 18:31:59 */
body {
    font-family: Arial;
}
.corbanner {
    background-color: #b82a00;
}
.textoInformacoes {
    color: darkred;
    font-size: 1.4em;
}
.textoTitulo {
    color: darkred;
    font-size: 2em;
    /*font-weight: bold;*/
}

.larguraMaxima {
    max-width: 450px;
}
.larguraCPF {
    width: 300px;
}
.control-label {
    font-weight: bold;
}

.linhaConta {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

.linhaimpar {
    background-color: #f0f0f5;
    color: #3d3d5c;
}

.linhapar {
    background-color: white;
    color: #3d3d5c;
}

.tituloConta {
    background-color: white;
    color: #0a0a0f;
    font-size: 0.9em;
    text-align: center;
}
.btn-padrao {
    font-size: 1.3rem;
    width: 250px;
    background-color: #b82a00;
    border-radius: 8px;
}
    .btn-padrao:focus, .btn-padrao:hover, .btn-padrao:active {
        background-color: #d73b1f;
    }
.btn-opcoes {
    font-size: 1.4rem;
    width: 250px;
    background-color: #d73b1f;
}

    .btn-opcoes:focus, .btn-opcoes:hover, .btn-opcoes:active {
        background-color: #b82a00;
    }
.btn-voltar {
    font-size: 1.0rem;
    width: 250px;
    background-color: #f00
}

    .btn-voltar:focus, .btn-voltar:hover, .btn-voltar:active {
        background-color: #d73b1f;
    }
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 20px;
}
