#Form_BookSearchForm .btn-toolbar {
  display: none;
}

.card-body h1 {
  font-size: 35px;
}

#Form_BookSearchForm_keywords {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 25px;
  background-color: white;
  background-image: url(../img/search.png);
  background-position: 10px 18px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 50px;
  height: auto;
  color: #2f2f2f;
  /* display: none; */
}