.captcha-reload {
	background: #fff;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
	color:  inherit;
	font-weight: normal;
}

.captcha {
	display: flex;
	align-items: stretch;
	gap: 1em;
	margin-bottom: 2.5em;
}

.captcha input {
	height: 100%;
}

.captcha img {
	display: inline-block;
}

.captcha-wrapper {
	display: flex;
}
