/* this file is intended for build-time changes within customer-projects, so that there is no need to overwrite other product-css */

.helloCaptchaField {
	margin: 0.5em 0 0 0;
}

.captchaInput {
	border: 1px solid #bbbbbb;
	border-radius: 0.25em;
	padding: 0.5em 1em;
	font-size: 1em;
	margin: 0.5em 0 0 0;
}

.captchaInput:not(:disabled):focus, .captchaInput:not(:disabled):hover {
	box-shadow: 0 0 0.2em 0.1em #75AEDF;
}