.custom-checkbox label {
    position: relative;
    top: 2px;
}

.form-group label {
    font-weight: bold;
}

form {
    margin: 1em;
}

h1 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #288a31;
}

body {
    background: transparent !important;
}

ul {
    padding-left: 23px;
    list-style: circle;
}

label.required::after {
    content: '*';
    color: red;
}

.box-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    width: 100%
}

.muted-notice {
    color: gray;
    font-size: 14px;
}

.muted-notice .red {
    color: red;
}

#content-wrapper {
    padding: 0 15px;
}

#wrapper {
    background: var(--menu-bg);
}

.question_form .form-element label textarea {
    resize: vertical;
    overflow: auto;
    height: 130px;
}

.question_form .registration_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.question_form .archive-desc p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.question_form .question_content .question_message{
    color: #38503c;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    padding: 7px 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.question_form .question_content .question_message p {
    font-size: 14px;
    font-weight: 500;
}

.question_form .form-element {
    margin-bottom: 15px;
}

.g-recaptcha {
    margin-bottom: 16px;
}

body#module-prcontact-form #wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

body#module-prcontact-form #footer {
    padding: 0;
}

body#module-prcontact-form #CookiebotWidget {
    display: none;
}