.request_page {
    max-width: 1260px;
    margin: 0 auto;
    padding: 64px 5% 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
}

.request_page #main-content {
    max-width: 895px;
}

.request_page h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
}

.request_page .form-field label {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 8px;
    display: block;
}

.request_page .request_anonymous_requester_email input,
.request_page .form-field.string.optional input,
.request_page .request_subject input,
.request_page .request_subject select,
.request_page .form-field a {
    font-size: 24px;
    line-height: 31px;
    padding: 16px 8px;
    border: 1px solid #A6A6A6;
    border-radius: 0;
}

.nesty-panel li {
    font-size: 24px;
    line-height: 31px;
}

.request_page .form-field a {
    height: 65px;
}

.request_page .form-field [role="application"],
.request_page .form-field [role="toolbar"],
.request_page .form-field [role="group"],
.request_page .upload-dropzone {
    border-color: #A6A6A6 !important;
    border-radius: 0 !important;
}

.request_page .form-field [role="toolbar"] {
    height: auto !important;
}

.request_page #request_description_hint {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

.request_page .form .suggestion-list a,
.request_page .form .suggestion-list label {
    font-size: 16px;
    line-height: 24px;
}

.request_page .form-field {
    margin-top: 32px;
}

.request_page .upload-dropzone span {
    padding: 20px 12px;
    color: #000000;
}

.request_page .upload-dropzone span,
.request_page .upload-dropzone a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.request_page .form footer {
    padding-top: 0;
    margin-top: 52px;
}

.request_page .form footer input {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    padding: 14px 55px;
    border-radius: 10px;
    background-color: #104499;
}

@media (max-width: 767px) {
    .request_page h1 {
        font-size: 24px;
        line-height: 31px;
    }

    .request_page .form-field label {
        font-size: 14px;
        line-height: 24px;
    }

    .request_page #request_description_hint {
        font-size: 12px;
        line-height: 24px;
    }


}
