textarea {
width: 100%;
}
.form-item__description {
    margin-top: -10px;
padding-bottom: 20px;
}
.js-form-type-checkbox {
float: left;
width: 100%;
}
.form-item--checkbox__item label, .form-item--checkboxes label {
padding-right: 20px;
}
.form-item__description,
legend.h2,
.js-webform-checkboxes label.option,
.js-form-type-processed-text {
    font-size: 0.8em;
    line-height: 1.3125em;
    font-weight: 500;
    color: #003056;
    display: block;
    margin-bottom: 0;
}
legend.h2,
.js-webform-checkboxes label.option {

margin-bottom: 20px;
}
.form-item-applicant-signature label {
float: left;
padding-right: 10px;
    padding-top: 4px;
}