.page-wrapper {
  min-height: calc(100vh - 2*56px);
}
@media (max-width: 767.98px) {
  .navbar-nav {
    margin-bottom: 1rem;
  }
}
label {
  margin-bottom: 0.5rem;
  font-size: .875rem;
  font-weight: 500;
}
.alert ul {
  margin-bottom: 0;
}
.pagination {
  margin: 0 0 0 auto;
}
.page-wrapper {
    min-height: 100vh;
}
.form-group {
    margin-bottom: 1rem;
}
.form-check-label {
    font-weight: 400;
}

.alert-row:hover {
    background: rgba(48, 127, 221, 0.05);
}
