
 .apply-page #candidateSelfIdentifyAsPriorWorker .radio input[type="radio"] {
width: 13px;
    min-height: 13px !important;
    height: auto;
}

.apply-page .form-fields .form-group input#emailAgreement {
min-height: 14px !important
}
input[type='checkbox']:checked, input[type='radio']:checked {
    min-height: 14px !important;
}
.apply-page .checkbox input[type="checkbox"] {
    width: 14px;
    height: 14px;
    min-height: 14px !important;
}
#jsqData .checkboxes .checkbox label span input[type="checkbox"] {
    width: 14px;
    position: relative;
    min-height: 14px !important;
}
#jsqData .checkboxes .checkbox label span span {
padding-left: 4px
}
@media only screen and (max-width: 767px){
.apply {
}
}