.complaints-form-wrapper {

    label,
    fieldset fieldset .fieldset-legend {
        display: block;
        margin-bottom: .8rem;
        text-transform: uppercase;
        font-family: "pr_body-regular", arial, sans-serif;
        font-size: 15px;
        letter-spacing: .02em;
        font-weight: normal;
    }

    input[type="text"],
    input[type="email"],
    select,
    textarea {
        width: 100%;
    }

    input[type="submit"] {
        border: none;
        background-color: transparent;
    }

    input[disabled] {
        background-color: #eee !important;
    }

    fieldset {
        padding: 1.2rem;
    }

    .webform-actions {
        margin-top: 2rem !important;
    }

    .select2-selection {
        padding: 1.25rem 1.375rem;
        height: 68px;
        font-family: "pr_body-regular", arial, sans-serif;
        font-size: 1.25rem;
    }

    .select2-container .select2-selection--single,
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 68px;
    }

    .select2-container--default .select2-selection--single {
        border: 0.0625rem solid #D3D5D7;
    }
}