html, body {
  height: 100%;
}
body {
  /* height: 400px; */
  background-image: url('../img/bg.png');
  background-repeat: center;
  background-size: cover;
}
.jeg_content_wrapper .jeg_search_wrapper .container {
  margin: 300px auto 0;
}
.jeg_search_box {
  padding: 20px 100px;
}
.jeg_search_form {
  width: 100%;
  height: 50px;
  position: relative;
}
.jeg_input_box {
  width: 100%;
  height: 100%;
}
.jeg_input_box .jeg_search_ipt {
  width: 100%;
  height: 100%;
  padding: 10px 80px 10px 20px;
  font-size: 20px;
  outline: none;
  border: none;
  border-radius: 4px;
  color: #666;
}
.jeg_btn_search {
  width: 60px;
  height: 50px;
  border: none;
  border-radius: 0 4px 4px 0;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.jeg_btn_search svg {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .jeg_content_wrapper .jeg_search_wrapper .container {
    margin-top: 200px;
  }
  .jeg_search_wrapper .jeg_search_box {
    padding: 20px 0;
  }
}