/**
*  ADMIN PAGE
* @deprectated Use styled components and StackendTheme instead
*/
/* Special breakpoint used only for admin helper slidein */
/* THE PAGE */
/* Defines variable for colors, fonts etc.*/
/* General color */
/* Content editor */
/* Fonts */
/* Generic */
/* Button states */
/* Main queries: */
.stackend__LoginModal__modal {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .stackend__LoginModal__modal {
    width: 310px;
    margin-top: 100px;
  }
}
.stackend__LoginModal__overlay {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
}

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