/* ---------- LOGIN GOV.BR---------- */

.body-login-gov-br .account-wall {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div.entrar-gov-br {
    text-align: center;
}

#btnEntrarComGovBr {
    font-family: "Raleway", sans-serif;
    background-color: #1351b4;
    font-size: 16.8px;
    color: #fff;
    border-radius: 100em;
    padding: 0 16px;
    height: 40px;
    border: none;
    font-weight: 600;
    margin-top: 15px;
}

#btnEntrarComGovBr:hover {
    background-color: #1351b4db;
}

#btnEntrarComGovBr i.fa-user {
    margin-right: 4px;
}

#btnEntrarComGovBr .txt-gov-br {
    font-weight: 900;
}
