/* Global page background and text */
body {
  background-color: #000 !important;
  color: #fff !important;
  font-family: Georgia, serif !important;
}

.nk-button {
  background-color: #800000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.nk-button.outline {
  background-color: #000 !important;
  color: #800000 !important;
  border: 1px solid #800000 !important;
}

.nk-card, .login-card {
  background-color: #111 !important;
  color: #fff !important;
  border: 1px solid #800000 !important;
}

.brand-header h1 {
  color: #800000 !important;
}

.brand-header h2 {
  color: #fff !important;
}

.brand-header img {
  border: 3px solid #800000 !important;
  background-color: #000 !important;
}

.flash.success {
  background-color: #000 !important;
  color: #0f0 !important;
  border: 1px solid #0f0 !important;
}

.flash.error {
  background-color: #000 !important;
  color: #800000 !important;
  border: 1px solid #800000 !important;
}