/* Enter Your Custom CSS Here */
p{font-size: 17px}
span{font-size: 17px}

.captcha-image svg {
	width: 40px;
  height: 40px;
}
.captcha-image {
	border-color: transparent;
	width: 100%;
	text-align: center;
}
.captcha-image label>input+svg {
	color: #555;
}
.captcha-image .cf7ic_instructions span {
	font-weight: 500;
	color: #a77f00;
}
.captcha-image label>input:checked+svg, .captcha-image label>input:focus+svg {
	border: none;
	color: #a77f00;
}