/* Add here all your CSS customizations */

#ethicsAgreementForm .col .form-group {
    margin-bottom: 0;
}

#ethicsAgreementForm .col + .col {
    margin-top: 1rem;
}

#ethicsAgreementForm .col:last-child {
    margin-bottom: 1rem;
}

#ethicsAgreementForm label.error {
    margin-bottom: 0;
}