
.home_label {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
}
.search_icon {
  position: absolute;
  height: 16px;
  width: 16px;
  fill: #D85C14;
  left: 2%;
}
.home_search_input {
  padding-left: 3.25rem !important;
  font-weight: 500;
  font-size: 20px;
  border-color: #cdcdcd !important;
}
.home_search_input::placeholder {
  color: #515962;
}
.home_search_submit {
  background-color: #D85C14;
  color: #cdcdcd;
  position: absolute;
  right: 0;
  font-weight: 600;
  height: 100%;
}
.home_search_submit:hover,
.home_search_submit:focus {
  background-color: #D85C14;;
}
@media (max-width: 480px) {
  .home_search_input {
    padding-left: 1.7rem !important;
  }
}