.wpcf7-form-control-wrap.cf7-captcha{
	display: flex !important;
	flex-wrap:wrap;
}

.wpcf7-form-control-wrap.cf7-captcha #cf7-captcha-image{
	border-radius: 2px 0 0 2px;
	display: block;
	border: 2px solid #2e272c;
	border-right: 0;
}

.wpcf7-form-control-wrap.cf7-captcha #cf7-captcha-img + input{
	border-radius: 0 2px 2px 0;
	max-width: calc(100% - 114px);
}

.wpcf7-form-control-wrap.cf7-captcha .wpcf7-not-valid-tip{
	top: 100%;
}