#bogmembersonly-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}

.bogmembersonly-popup-inner {
  background: #fff;
  max-width: 650px;
  margin: 15% auto;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  color: #000;
}
