.form-control {
  border-color: #0065ca !important;
}

.logo-header .logo img {
  height: 35px;
}

body {
  background: #31ce36 !important;
}

h2 {
  font-weight: 900 !important;
  color: #414040;
}

.table thead {
  background: #2bb930 !important;
  color: white !important;
}

.table th {
  padding: 10px !important;
  height: auto !important;
}

.table td {
  padding: 5px !important;
  height: auto !important;
}

.table td:first-child {
  text-align: center !important;
}

.nav-pills > li > .nav-link {
  background: #00355d;
  color: white !important;
}

.nav-pills > li > .nav-link:hover {
  background: #1572e8 !important;
}

@media screen and (max-width: 768px) {
  .content {
    height: auto !important;
  }
}
/*# sourceMappingURL=custom.css.map */