.text-bg-danger {
  color: #fff !important;
  background-color: #C90003 !important;
}
#pageloader {
  background: rgba(255, 255, 255, 0.77);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 70px;
  left: 0;
  right: 0;
}

#pageloader img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.process-hh {
  position: relative;
  left: auto;
  right: auto;
  margin: 65vh auto 0;
  text-align: center;
}