.content > .pageHeader {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.jobDetail {
  background-color: #fff;
  padding: 3rem 0px;
}
.jobDetail h3 {
  font-size: 3.5rem;
  margin: 45px 0px;
}

.jobDetail h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 45px 0px;
}
.jobDetail p {
  font-family: "Axiforma";
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 1.5rem;
}
.jobDetail ul {
  list-style-type: disc;
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}
.jobDetail ul li {
  margin-left: 15px;
  font-size: 1.3rem;
}

.jobContent {
  /* background-color: #FFF; */
  padding: 5rem 0px;
}

.jobContent .detail {
  margin-bottom: 30px;
}

.pageCareerdetail .jobContent h3 {
  font-size: 3.5rem;
  margin-bottom: 15px;
}

.pageCareerdetail .jobContent .apply {
  margin-top: 30px;
}
.jobContent .form-wrapper {
  position: relative;
}

.jobContent .form-wrapper .blur-message {
  font-family: "Axiforma", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 16%;
  z-index: 999;
}
.jobContent .form-wrapper .blur-message:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 100vw auto;
  backdrop-filter: blur(5px);
  filter: blur(5px);
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  -o-filter: blur(5px);

  transition: all 2s linear;
  -moz-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
}

.form-error {
  font-family: "Montserrat", "sans-serif";
  font-size: 1.2rem;
  line-height: 2rem;
  color: #ff4842;
  padding-top: 2px;
}
