.navbar {
  min-height: 80px;
  margin-bottom: 0px;
  border-radius: 0px;
  z-index: 3000;
}

.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.navbar-brand {
  padding: 0 5px;
  height: 80px;
  line-height: 80px;
  margin-right: 0px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    font-size: 18px;
    padding-top: 26.5px;
    padding-bottom: 30.5px;
    line-height: 27px;
  }
}

form label
{
  color: black;
}

.input-group.has-success input[type=text] {
    background-color: #83c373;
    color: white;
}