.jumbotron .h1.study {
    color: #ffe58f;
    font-size: 64px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

.blockitem, .blockitem--long {
    display: block !important;
}

    .blockitem--long input[type="radio"] {
        position: relative;
        top: -44px !important;
    }

.arrow-icon {
    font-size: x-large;
}

/*
form .col-form-label, form .form-check-label, form .form-control, form .form-check-input {
    font-size: 1.75rem;
}
    */

/*
form .form-check-input {
    margin-top: 14px;
}

form .form-check-label {
    margin-left: 14px;
}
*/

form .password-pref {
    margin-top: -2rem;
}

    form .password-pref .form-check-label:first-of-type {
        padding-right: 2rem;
    }


body {
    padding-top: 0;
    font-size: 1rem;
}

.lead {
    font-size: 1rem;
}

/*
.form-group {
    border-top: 1px dashed slategrey;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
*/

.arc-question {
    font-size: 1rem;
}

.arc-question .form-check-input {
     width: 16px; 
     height: 16px;
     transform: scale(1); 
}