.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: 32px 16px 23px 16px;
}

#wrapper {
    background: white;
}

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

.question_form .registration_title {
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.2;
    font-size: 20px;
}

.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;
}
