/* hCaptcha styles */
.h-captcha {
    margin: 10px 0;
}

.form-group .h-captcha {
    display: block;
    width: 100%;
}

/* Hide old captcha styles */
.captcha-container {
    display: none !important;
}

.captcha-image {
    display: none !important;
}

.btn-refresh {
    display: none !important;
}