body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 5px;
}

.navbar-wrapper {
  background-color: #f9f9f9;
  padding: 40px 0px;
}
.info {
  width: 100%;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  border: 1px solid #ccc;
  margin: 50px 0 10px 0;
  padding: 10px;
}
.form-signin .form-control{
  padding: 10px 15px 20px 5px;
  margin-bottom: 20px;
  font-size: 14px;
  border: 0 solid #ccc;
  border-bottom: 2px solid #3871c2;
  box-shadow: none;
}
.banner_topo {
  background-image: url('../img/pesquisa-topo.jpg');
  background-size: cover;
  background-position: center bottom;
  color: #ffffff;
}
.banner_topo h1 {
  color: #ffffff;
}