body {
    background-color: #f4f6f9;
}

.captcha-wrapper {
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.h-captcha {
    text-align: center;
    width: 100% !important;
}

.invalid-feedback-custom {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
}