/*Autenticação 2FA*/

#modal-imagem {
    width: 100%;
    height: auto;
}

#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;
}

.iziToast-wrapper {
    z-index: 2000;
}

.titulo-modal{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.input-group-text{
    font-size: 13px;
}

.form-control {
    font-size: 13px!important;
}

.btn-save{
    background-color: dodgerblue;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    width: 120px;
    border-color: transparent;
}

.btn-cancel{
    background-color: #777;
    border-radius: 20px;
    color: #fff;
    font-size:13px;
    width: 120px;
    border-color: transparent;
}

 .btn-save:hover{
    opacity: 0.8;
    color: #fff;
    border-color: transparent;
    background-color: dodgerblue;
}

.btn-cancel:hover{
    opacity: 0.8;
    color: #fff;
    border-color: transparent;
    background-color: #777;
}

.align-btns{
    text-align: center;
}



.titulo-modal{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.input-group-text{
    font-size: 13px;
}


.form-control {
    font-size: 13px!important;
}

.btn-save{
    background-color: dodgerblue;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    width: 120px;
    border-color: transparent;
}

.btn-cancel{
    background-color: #777;
    border-radius: 20px;
    color: #fff;
    font-size:13px;
    width: 120px;
    border-color: transparent;
}

 .btn-save:hover{
    opacity: 0.8;
    color: #fff;
    border-color: transparent;
    background-color: dodgerblue;
}

.btn-cancel:hover{
    opacity: 0.8;
    color: #fff;
    border-color: transparent;
    background-color: #777;
}

.align-btns{
    text-align: center;
}
