.form-group.has-error .help-block {
  color: red;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 0;
}

header .logo {
  color: #000;
  text-decoration: none;
}

.content {
  height: 84%;
  overflow-y: scroll;
  padding: 10px;
}
.content .form-control {
  font-size: 25px;
}
.content .btn {
  display: block;
  width: 100%;
}

header, footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8%;
}
header h2, footer h2 {
  height: 40px;
}

footer h2 {
  font-size: 12px;
  line-height: 40px;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
