.register-page .bg-image-samcom{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:99;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.5);
}
.register-page .bg-overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}
.login-box {
	z-index: 999;
}
.footer-login {
  text-align: center;
  margin-top: 20px;
}
.footer-login a {
  text-decoration: underline;
  font-weight: bold;
}
.footer-login a:hover {
  text-decoration: none;
}

.loader-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0, 0, 0, 0.8);
  z-index: 9999;
}

.loader-box {
  position: absolute;
  width: 125px;
  height: 125px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 50%;
  border: 4px solid var(--main-bg);
}

.loader-box img {
  height: 100%;
  margin-right: -2px;
}