.volunteer-page .volunteer-copy {
    margin-bottom: 28px;
}

.volunteer-page .volunteer-copy p {
    margin-bottom: 14px;
    line-height: 1.75;
}

.volunteer-form-card {
    padding: 20px 22px;
}

.volunteer-form-card label {
    display: block;
    margin-top: 10px;
    margin-bottom: 6px;
    font-weight: 600;
}

.volunteer-form-card .form-control,
.volunteer-form-card .txt-area {
    width: 100%;
}

.volunteer-response {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 4px;
}

.volunteer-hidden {
    display: none;
}

.volunteer-response.success-msg {
    background: #e9f8ed;
    color: #166534;
}

.volunteer-response.error-msg {
    background: #fef2f2;
    color: #9f1239;
}

.volunteer-verification {
    max-width: 800px;
    margin: 0 auto;
    padding: 14px 16px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
}

.volunteer-verification.is-success {
    background: #e9f8ed;
    color: #166534;
}

.volunteer-verification.is-error {
    background: #fef2f2;
    color: #9f1239;
}
