#dscf7_refresh_captcha {
	display: inline-block;
}

.dscf7-captcha-container .wpcf7-not-valid-tip {
	font-size: 16px;
	margin-top: 5px;
}

.dscf7-captcha-container.dscf7-style-dark {
	background: #1f2430;
}

.dscf7-captcha-container.dscf7-style-dark .dscf7_question_text {
	color: #e8eaed;
}

.dscf7-captcha-container.dscf7-style-dark span.wpcf7-form-control-wrap input {
	background: #2b3240;
	border-color: #3a4253;
	color: #fff;
}

.dscf7-captcha-container.dscf7-style-dark .dscf7_svg_wrap svg {
	background: #fff;
	border-color: #fff;
}

.dscf7-captcha-container.dscf7-style-dark img.dscf7_captcha_icon {
	filter: invert(1);
}

.dscf7-captcha-container.dscf7-style-bordered {
	background: #fff;
	border: 2px solid #2271b1;
}

.dscf7-captcha-container.dscf7-style-bordered span.wpcf7-form-control-wrap input {
	border-color: #c3d4e6;
}