 #subheader h1 {
        padding-top: 40px;
        color: #fff;
    }

    .field-set label {
        color: #000;
        font-weight: 600;
        font-size: 14px;
        font-family: var(--title-font);
    }

    .form-control {
        font-size: 14px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #333 !important;
        font-weight: 400 !important;
        line-height: 20 !important;
    }

    .select2-container .select2-selection--single {
        height: 35px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 5px !important;
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #fff;
    }