body {
  background: url("../../../static/assets/img/background.png");
}

.perfect-scrollbar-on .sidebar, .perfect-scrollbar-on .main-panel {
  width: 100% !important;
}

.main-panel > .content {
  min-height: inherit;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}

.main-panel {
  width: 100%;
}

.row {
  display: flex;
  justify-content: center;
  align-items: center;
}

#card-login .card-header {
  background: white;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.14), -1px 1px 10px -5px rgba(32, 27, 29, 0.4);
  border-radius: 6px;
}
/*# sourceMappingURL=login.css.map */