#library-search-form {
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #library-search-form .search-submit {
    padding: 20px 30px;
  }
}
#library-search-form input[type="submit"] {
  padding: 21px 50px;
  height: 70px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #003767;
  border: none;
  border-radius: 0;
}
#library-search-form input[type="submit"]:hover,
#library-search-form input[type="submit"]:focus {
  color: #ffd24f;
}