#container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#noUserMessage {
  width: 500px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  filter: drop-shadow(-1px -1px 2px #ffffff) drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
#noUserMessage .caption {
  width: 100%;
  text-indent: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 1.2em;
  line-height: 2em;
}
#noUserMessage .content {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-bottom: 15px;
}/*# sourceMappingURL=nouser.css.map */