.search-box {
  border: 1px solid #ccc;
  padding: 10px;
}

.authentication-body {
  background-color: #003a5c !important;
}

.authentication-content {
  background-color: #fff !important;
}

.navbar-default {
  background-color: #003a5c;
  color: #fff;
}

.navbar-default .navbar-brand {
  color: #fff !important;
}

.navbar-default .navbar-nav > li > a {
  color: #fff !important;
}

.authentication-footer {
  color: #fff !important;
}

