.bg-body {
  background-color: #f1f4f6;
}

.bg-dark {
  background-color: #1a1a1a !important;
}

.h-100vh-min {
  min-height: 100vh;
}

.card {
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.btn {
  border-radius: 0px;
}