.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
}

span{
    font-size:20px;
}

#formAlterarSenha{
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 410px;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 24px;
    width: 100%
}

.config_password{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%
}

#btn_upd_password{
    border: none;
    border-radius: 1em;
    height: 3em;
    width: 100%;
    background-color: #14074f;
    color: #fff;
    margin-top: 1em;
}

#password1, #password2{
    border-radius: 1em;
    border: none;
    width: 100%;
    height: 100%;
    color: #000;
    background-image: url('../../img/lock-keyhole-black.svg');
    background-position: 10px 7px; 
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 255, 0.07);
    padding: 12px 20px 12px 40px;
}

#password1 ::placeholder, #password2 ::placeholder{
    color: #000;
    opacity: 1;
}

.colaborador-bold {
    font-weight: 700;
}