/*Autenticação 2FA*/

#modal-imagem {
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}

#inputEmail {
    margin-bottom: 10px;
    display: none;
}

.divModalImagem {
    text-align: center;
}

/*Integração Facebook-Google*/

#containerGoogleFace {
    clear: right;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.fb-login-button, #googleDiv {
    margin-top: 5px;
}

/*#custom-fb-login {
    padding: 10px 20px;
    background-color: #3b5998;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#custom-fb-login:hover {
    background-color: #2d4373;
}*/
