body {
  overflow: hidden;
}

#content-blocker {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(38, 57, 47, 0.8);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=login.css.map */
