.search-form button {
  width: 100%;
  height: 70px;
  background: #fb246a;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  padding: 15px;
  border-radius: 0px;
  text-transform: capitalize;
  font-family: 'Muli', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  border: none;
}

form.search-box {
  box-shadow: none;
  justify-content: initial;
}

form.search-box .input-form::before {
  content: none;
}
