#hero-image-career {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/career-back-image.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#career-form {
  padding: 60px;
  border: 1px solid whitesmoke;
}

#application-form-title {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: whitesmoke;
  background-color: rgba(33, 97, 217, 0.5);
  padding: 20px;
  margin-top: 10px;
}

#enter-your-details {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: whitesmoke;
}

#enquiry-form-field221 {
  width: 49.3%;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  margin-top: 4px;
}

#enquiry-form-field222 {
  width: 100%;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding: 8px;
  margin-top: 4px;
}

#upload-resume {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: whitesmoke;
}

#career-opp {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: whitesmoke;
  font-weight: bold;
  background-color: rgba(33, 97, 217, 0.5);
  padding: 20px;
  margin-top: 12px;
}

#career-subheading {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: whitesmoke;
  font-weight: bold;
  background-color: rgba(25, 180, 42, 0.5);
  padding: 10px;
  border-left: 2px solid whitesmoke;
}

#career-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: whitesmoke;
  text-align: justify;
}