window.addEventListener("load", function(event) {
let myModalElement = document.getElementById('login_modal');
let myModal = new bootstrap.Modal(myModalElement, {
keyboard: false
});
myModal.show();
console.log("Todos os recursos terminaram o carregamento!");
});