body.login_admin:before {
  content: " ";
  background: rgba(31, 31, 31, 0.7);
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
body.login_admin {
  background: url("https://crm.arbitrail.xyz/media/login-bg.webp") no-repeat
    center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gap-10 {
  width: 10px;
}
.guest-info {
  /* margin-top: 30px; */
}
.gap10 {
  height: 10px;
}

.gap15 {
  height: 15px;
}
