#career_webform {
  margin: 40px auto !important;
}
.webform-submission-career-page-form{
  text-align: left !important;
}
.webform-submission-career-page-form .data-drupal-messages{
  display:none;
}
.webform-submission-career-page-form label{
  font-size: 13px;
}
.webform-submission-career-page-form .form-group .form-required:after {
  content:"*";
  color:red;
}
.webform-submission-career-page-form .form-control
{
  min-height: 34px !important;
  padding: 6px 12px !important;
  border-radius: 0;
  font-size: 13px !important;
  margin: 5px 0 !important;
  border: 1px solid #ddd !important;
  background: #ffffff !important;
}
.webform-submission-career-page-form .error{
  /* border: 1px solid red !important; */
}
.webform-submission-career-page-form .form-item-add-an-attachment .description{
  font-size: 13px !important;
}
.webform-submission-career-page-form .contact-button{
  margin-bottom: 10px;
  margin-top: 10px;
}
.btn-outline-primary:hover{
  color: #78abf1 !important;
}
.webform-submission-career-page-form  .error{
  color: red;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
.select2-container--bootstrap .select2-selection{
  font-size: 13px !important;
  border: 1px solid #ddd !important;
  background-color: #ffffff !important;
}
.webform-submission-career-page-form .select2-container--bootstrap .select2-selection--single{
  height: 34px !important;
  line-height: 30px !important;
  padding: 2px 30px 2px 20px !important;
  margin: 5px 0;
}
.webform-submission-career-page-form .select2-container .select2-selection--single .select2-selection__rendered{
  font-weight: 500 !important;
  font-size: 13px !important;
}
.webform-submission-career-page-form div[role="contentinfo"]{
  display:none !important;
}
/*.custom-file-upload {
    border: 1px solid #ccc !important;
    display: inline-block !important;
    padding: 6px 12px !important;
    cursor: pointer !important;
    text-align: center !important;
}
.webform-submission-career-page-form .webform-document-file {
    display: none !important;
} */
#career_webform form{
  padding: 35px 30px 15px 30px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* box-shadow: 0 1px 6px 0 rgb(0 0 0 / 9%) !important; */
  background: #e8f1f5 !important;
}