﻿:root {
  --bs-body-bg: #181825;
}

.card {
  background: #262636;
}

.card-header {
  font-size: 1.2rem;
  color: #9696ac;
}

.btn-primary {
  background: #38739e;
  border-color: #2c5e81;
}

  .btn-primary:hover {
    background: #2a5574;
    border-color: #2c5e81;
  }

a {
  color: #afafc9;
}

  a:hover {
    color: #e7e7f3;
  }

label {
  color: #9494a5;
  margin-bottom: 3px;
}

.form-check-input, .form-check-input:checked {
  border-color: #2c5e81;
}

.rememberme-checkbox {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1) ) !important;
}

.logo {
  max-width: 200px;
  max-height: 100px;
}

.input-themed {
  background-color: #212529 !important;
  color: #fff !important;
}

.info-text {
  color: #fff;
}