.bg-blue{
    background-color: #00436e;
}
.btn-blue{
    background-color: #00436e;
    color: #fff;
}
.btn-blue:hover{
    background-color: #005b94;
    color: #fff;
}
.account-pages{
    display: flex;
    height: 100vh;
}
.formulario{
    display: flex;
    height: 100vh;
}
.conteudo{
    align-content: center;
}