:root {
  --body-bg: #fff !important;
  --main-bg: #eaeaec;
  --header-bg: #000 !important;
  --header-bg-hover: #333 !important;
}

html[data-color-scheme=dark] {
  --body-bg: #000 !important;
  --main-bg: #32363e;
}

.be_login {
  background-image: url(logo.svg) !important;
  background-size: 12em;
  background-position: center 4.5em;
  background-repeat: no-repeat;
  background-color: #000;
}
.be_main {
  background: var(--body-bg);
}
.be_main #main {
  background: var(--main-bg);
}
.be_main #container,
.be_main #header {
  max-width: 1280px;
  margin: 0 auto;
}
.be_main #header #home {
  background-image: url(logo-small.svg) !important;
  background-size: 18px;
  background-position: 15px center;
  background-repeat: no-repeat;
}
.be_main .widget {
  position: initial;
}/*# sourceMappingURL=backend.css.map */