#CareerForm{
    padding: 0 15px;
}

#CareerForm input{
    border: none;
    background: #fff;
    width: 100%;
    height: 35px;
    color: #000;
    font-size: 12px;
    padding: 0 0 0 10px;
    margin-bottom: 5px;
}
 #CareerForm div.registrationLabel{
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
 }
 
 #CareerForm p {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 12px;
    color: #444;
    list-style-type: disc;
    line-height: 28px;
 }
 
 #CareerForm #box{
    padding: 24px;
    border: 1px dashed #E38F25;
    text-align: center;
    color: #E38F25;
    margin-bottom: 5px;
    background: rgba(0,0,0,.02);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 100px;
    margin-top: 5px;
 }
 
 #CareerForm #upload{
    width: auto;
    height: auto;
    font-family: 'Poppins', Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    cursor: pointer;
    margin: 0 6px 15px 0;
 }
 
#CareerForm #upload:hover{
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

#CareerForm select{
    width: 100%;
    margin-bottom: 5px;
    color: #000;
}

#CareerForm #triggerFile{
    border: none;
    background: #E38F25;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: auto;
    height: auto;
    padding: 3px;
    color: #FFF;
    text-transform: uppercase;
}

    #CareerForm input[type="checkbox"] {
        float: left;
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 5px;
        margin-bottom: 60px;
    }
    #CareerForm a.privacyLink {
        color: #E38F25;
    }
    #CareerForm a.privacyLink:hover{
        text-decoration:underline!important
    }
#loadingDiv{
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

#loadingDivImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

#Body #registrationSuccessMessage span {
    /*color: green;*/
}

#removeFilesButton:hover {
    cursor: pointer;
    cursor: hand;
}

#wrapper #removeFilesButton{
    color: #FFF;
}

#wrapper #removeFilesButton:hover {
    color: #E38F25;
}

#uploadWrapper{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#fileExtensionMessage{
    margin-top: 10px;
}

.validator{
    color: red;
}