@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&display=swap");

.no-js {
  display: flex;
  justify-content: center;
}

.jobs-theme-search {
  text-align: center;
}

.jobs-theme-search h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-top: 25px;
}

.jobs-theme-search .row > div {
  display: flex;
  justify-content: center;
}

.jobs-theme-search form {
  display: flex;
  background-color: #fff;
  border-radius: 50px;
  min-height: 44px;
  padding: 5px 10px 5px 20px;
  justify-content: space-around;
  margin: 15px 0;
}

.jobs-theme-search form div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  position: relative;
}

.jobs-theme-search form div:first-child:after {
  width: 1px;
  height: 70%;
  background: #c1c1c1;
  content: "";
  position: absolute;
  right: 5px;
}

.jobs-theme-search form div:last-child {
  width: max-content;
}

.jobs-theme-search form div label {
  font-size: 12px;
  font-weight: 600;
  color: #587f9f;
  text-align: left;
  font-family: "Source Sans 3", sans-serif;
}

.jobs-theme-search form input {
  font-size: 14px;
  color: #333333;
  border: 0;
  width: 90%;
  font-family: "Source Sans 3", sans-serif;
}

.jobs-theme-search form input:focus {
  outline: none;
}

.jobs-theme-search form button {
  border: 0;
  background: #587f9f;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  color: #fff;
  width: 90px;
  height: 32px;
}

.jobs-theme-search form button:active {
  background-color: #587f9f;
}