.career-title {
  font-size: 50px;
  color: #fff;
}
.join-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 25px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 50px;
  border: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: linear-gradient(to right, #1d1d1c 0%, #1d1d1c 50%, #1d1d1c 100%) !important;
  background-size: 200%;
}
.career-form {
  background: #f8d242;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
}
.form-label{
  font-weight: bold;
}
.form-inp{
font-family: "Poppins", sans-serif !important;
}
.form-inp::placeholder{
  font-family: "Poppins", sans-serif !important;
}
.form-btn:disabled{
  background-color: rgb(162 162 162) !important;
}
@media only screen and (min-width: 768px) {
  .career-form{
    padding: 80px;
  }
}
.terms-ol > li{
  font-size: 20px;
  font-family: "Poppins", sans-serif !important;
}
