.user-not-registered{
    color:red;
}

.bkint-modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.bkint-modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
}
.bkint-modal-content label{
  margin-top: 10px;
}
.bkint-modal-content area{
  height: auto !important;
}
.bkint-modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #ff0000;
  cursor: pointer;
}
.bkint-modal button.button.alt{
  margin-top: 10px;
}
