.careers-form {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 14px;
    box-shadow: none;
    padding: 33px 20px;
    z-index: 100;

}
.careers-form p {
    margin-bottom: 50px;
    font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #000000;
    font-family: 'Hind Guntur', sans-serif;
}
.careers-form select:required:invalid {
    color: #c1bbbb;
  }
  .careers-form option[value=""][disabled] {
    display: none;
  }
  .careers-form option {
    color: black;
  }
  .upload-btn-wrapper span {
    border: 1px dashed #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    background: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 149.8%;
    display: flex;
    align-items: center;
    color: #c1bbbb;
}
.upload-btn-wrapper {
    width: 100%;
}
.upload-btn-wrapper span{
    padding: 6px 10px;
    width: 100%;
}
.mt-0{
    margin-top: 0 !important;
}
.careers-form input,  .careers-form select,.upload-btn-wrapper span{
    height: 55px;
}
.school-list-careers p{
    font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 170.7%;
font-family: 'Raleway', sans-serif;
text-align: center;
text-transform: capitalize;
color: #FFFDFD;
background: #0278B8;
border-top-right-radius: 14px;
border-top-left-radius: 14px;
padding: 15px;
}
.school-list-careers{
    background: #FFFFFF;
border: 1px solid #E5E5E5;
box-sizing: border-box;
border-radius: 14px;
}
.school-list-careers ul{
    padding:0;
    padding: 20px;
    padding-top: 5px;
}
.school-list-careers li{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170.7%;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    margin-bottom: 12px;
}