.bmi-login-random-txt {
  z-index: 99999999999;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: width 1s;
  transition: width 1s;
  overflow: hidden;
  position: fixed;
  top: 142px;
  color: #fff;
  border-radius: 50px 0 0 50px;
}
.bmi-login-random-txt:hover {
  width: 300px;
  cursor: help;
}
.bmi-full-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bmi-full-bg .img-responsive {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  [data-pid*="background-random"] {
    display: none;
  }
}
