html, body {
  background: url(../img/background.jpg) no-repeat center center fixed;
  background-size: cover;
}
.hp {
  display: none;
}
#modal_cookies{
  background-color: white;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.5), 0 9px 46px 8px rgba(0, 0, 0, 0.5), 0 11px 15px -7px rgba(0, 0, 0, 0.5);
}
#btn_login {
  width: 100% !important;
}
#btn_upload {
  width: 100% !important;
}
#listfiles_container_row {
  display: none;
}
#li_btn_upload {
  display: none;
}
.progress {
  display: none;
}