.login-form-holder:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/bundles/admin/img/banner.jpg");
  z-index: -1;
  background-position: center;
  background-size: cover;
  opacity: 0.15;
}
.login-form-holder .help-block ul {
  margin: 0;
}
.login-form-holder .help-block.with-errors {
  color: red;
}

.form-control, .btn, .card {
  border-radius: 2px;
}

body {
  padding-top: 136px;
  padding-bottom: 40px;
}

.bg-dark {
  background-color: #a97ab1 !important;
}

.card-img-top {
  width: 100%;
  height: 0;
  padding-top: 42%;
  background-size: cover;
  background-position: center;
}

.pagination {
  justify-content: center;
  margin-top: 20px;
}
.pagination .page-link {
  border: 0;
  border-radius: 2px;
  color: #a97ab1;
}
.pagination .page-item.active .page-link {
  background-color: #a97ab1;
  border-color: #a97ab1;
}

.no-results {
  text-align: center;
  border: 0;
}
.no-results .fas {
  color: #a97ab1;
}

.blog-list a {
  color: #a97ab1;
}
.blog-list .btn {
  background-color: #a97ab1;
  border-color: #a97ab1;
  color: #fff;
}
.blog-list .btn.btn-primary:active {
  background-color: #935c9c;
  border-color: #935c9c;
}
.blog-list .btn.btn-primary:active.focus, .blog-list .btn.btn-primary:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 92, 156, 0.5);
}
.blog-list .btn.btn-primary.focus, .blog-list .btn.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 122, 177, 0.5);
}

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