#sp-toolbar-wrapper {
    background: #708da39e !important;
}
.tp-bgimg.defaultimg {
    background-size: inherit !important;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto !important;
}
#candidate_gender {
    display: flex;
}
#candidate_gender label:not(:first-child) {
    margin: 0 0.5rem;
}
.input-chekbox-flex {
    display: flex;
}
.input-chekbox:not(:first-child) {
    margin-left: 0.5rem;
}
.input-chekbox-flex label {
    display: inline-block;
    margin: 0;
}
.input-chekbox-flex input[type="checkbox"] {
    vertical-align: top;
}
.required:after {
    content:" *";
    color: red;
}