.tl_loader {
  background-color: rgba(255,255,255,0.5);
  background-image: url("../custom/images/tl_loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
}


.modal-body {
    position: relative;
    padding: 30px;
    font-size: 17px;
}