.modal-google-authenticator label{
    font-size: clamp(.6em, 2.5vw, 1.2em);
    font-weight: 500;
}

.modal-google-authenticator #google-qrcode{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2em;
}

.modal-google-authenticator #google-qrcode .logos{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.modal-google-authenticator #google-qrcode .logos .link{
    width: 10%;
    border-radius: 0;
}

.modal-google-authenticator #google-qrcode img{
    margin-top: 1em;
}

.modal-google-authenticator #google-qrcode .text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal-google-authenticator b{
    font-size: clamp(1.2em, 2.5vw, 1.6em);
    color: #004e89;
}

.modal-google-authenticator #google-qrcode .text p{
    font-size: 1.2em;
}

.modal-google-authenticator button{
    cursor: pointer;
    outline: none;
}

.modal-google-authenticator .buttons{
    display: flex;
    justify-content: space-evenly;
    gap: 1em;
}

.modal-google-authenticator #google-autenticar .group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    max-width: 340px;
    width: 100%;
}

.modal-google-authenticator #google-autenticar .group:nth-of-type(2) .buttons{
    width: 100%;
}

.modal-google-authenticator #google-autenticar #btn-autenticar {
    background-color: #00b532;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0.5em 1em;
    /* font-size: 1.2em; */
    font-weight: bold;
    /* width: 35%; */
    text-decoration: none;
    text-align: center;
}

.modal-google-authenticator #google-autenticar #btn-autenticar:hover{
    opacity: 0.9;
}

.modal-google-authenticator #google-qrcode .buttons #registrar-autenticacao,
.modal-google-authenticator .btn-qrcode{
    background-color: white;
    color: #0d6efd;
    border: 1px solid #0d6efd;
    border-radius: 15px;
    padding: 0.5em 1em;
    font-size: 1.2em;
    font-weight: bold;
    width: 50%;
}

.modal-google-authenticator #google-qrcode .buttons #registrar-autenticacao:hover,
.modal-google-authenticator .btn-qrcode:hover{
    background-color: #e3eeff;
}

.modal-google-authenticator #google-autenticar{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2em;

}

.modal-google-authenticator .inputs{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    gap: .5em;
}

.modal-google-authenticator input{
    width: 100%;
    padding: 0.5em 1em;
    border-radius: 4px;
    border: 1px solid #ced4da;
    outline: none;
    /* font-size: 1.2em; */
}

.receber_whatsapp, .receber_email {
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0.3em 1em;
    font-size: .6em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 100%;
    /* min-width: 138px; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    text-align: left;
}

.receber_whatsapp:hover, .receber_email:hover {
    opacity: 0.7;
}

.receber_whatsapp:disabled {
    background-color: #0d6efd;
    color: white;
    opacity: 0.5;
    cursor: not-allowed;
    text-decoration: none;
}

.esqueceu-senha {
    margin: 0;
}