.career{
    padding:50px 0px;
    height:auto;
}
.careerpage{
    height:auto;
}
.career-section form {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    padding: 2vw;
}
.middle {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.career-form .form-label {
    color: rgb(24, 17, 17);
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    margin-bottom: 0.3vw;
}
.career-section .form-select {
    color: rgb(24, 17, 17);
    font-weight: 500;
    padding: 0.5vw;
}
.career-section .form-control {
    padding: 0.5vw;
}
.careerpage .form-submit {
    width: max-content;
    text-align: center;
    margin: 0 auto;
    padding: 0.5vw 1vw;
    background-color:  
 #f79322;
    color: #fff;
    font-size: 20px;
    border: inherit;
    margin-top: 1vw;
    border: 1px solid #fff;
}
.careerpage .form-submit:hover{
    border:1px solid #f79322;
    color:#f79322;
}
.career-section #formFile {
    padding: 1vw;
}
.career-section .form-select:focus {
       box-shadow: inherit;
    outline: inherit;
    border-color: rgb(24, 17, 17); 
}
.careerpage .form-control:focus {
    box-shadow: inherit;
    outline: inherit;
    border-color:  rgb(24, 17, 17); 
}
.careerpage h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: capitalize;
    background-color: #394ea1;
padding: 10px 25px 10px 25px;
border-radius: 10px 42px 5px 42px;
margin-right:auto;
margin-left:auto;
width:300px;
}
.career {
    padding: 70px 0px;
    height: auto;
}
.msg-error {
    color: #c65848;
  }
  .g-recaptcha.error {
    border: solid 2px #c64848;
    padding: .2em;
    width: 19em;
  }
  @media (max-width: 1536px) {
  .careerpage h2 {
   
    font-size: 35px;
  }
}
@media (max-width: 1366px) {
.careerpage h2 {
    font-size: 28px;
}
}
@media (max-width: 1199px) {
.career-form .form-label {
   
    font-size: 14px;
}
.career-form .form-control {
    font-size: 14px;;
}
.career-section .form-select {
    font-size: 14px;
}
.careerpage .form-submit {
    font-size: 16px;
}
}
@media (max-width: 1152px) {
    .careerpage h2 {
        font-size: 28px;
    }
    .career {
        padding: 50px 0px;
        height: auto;
    }
}
@media (max-width: 540px) {
.careerpage .form-submit {
    padding: 10px 31px;
}
.careerpage h2 {
    margin-bottom: 20px;
      
}
}
@media (max-width: 400px) {
.careerpage h2 {
    margin-bottom: 20px;

}
}