.home_job_form {
  background: #0d469d;
  font-family: 'raleway', sans-serif;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
}
.home_job_form form {
  position: relative;
  background: #fff;
  height: 50px;
  line-height: 50px;
  color: #999;
}
.home_job_form .form-control-job-form {
  border: 0 none;
  background: transparent;
  font-size: 13px;
  color: #777;
  font-weight: 400;
  padding: 15px;
  height: 50px;
  width: calc(100% - 50px);
}
.home_job_form .submit-search {
  background: transparent;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: 0 none;
  right: 0;
  position: absolute;
}
@media (min-width: 1200px) {
  .home_job_form {
    margin-top: -40px;
    height: 80px;
    font-size: 24px;
    line-height: 50px;
  }
}
