.recaptcha-container {
	display: block; position: relative;
}
.recaptcha-container .text-input-error-wrapper {
	color: rgb(232, 33, 16); line-height: normal; font-size: 12px; min-height: 17px;
}
.recaptcha-container .text-input-error-wrapper span.error-message {
	color: rgb(232, 33, 16); font-size: 12px; display: block;
}
.recaptcha-container .text-input-error-wrapper br {
	display: none;
}
.recaptcha-container #recaptcha_response {
	margin-top: 0px; min-height: 36px; border-top-left-radius: 0px; border-top-right-radius: 0px;
}
.recaptcha-container .text-input {
	width: 100%; float: left; border-bottom-left-radius: 3px;
}
.recaptcha-container .recaptcha-buttons.standard {
	right: 1px; position: absolute;
}
.recaptcha-container .recaptcha-buttons.standard .recaptcha-button img {
	width: 34px; height: 34px; margin-top: 1px; border-left-color: rgb(184, 184, 184); border-left-width: 1px; border-left-style: solid;
}
.recaptcha-container .recaptcha-buttons.standard .recaptcha-show-help.recaptcha-button img {
	border-bottom-right-radius: 3px;
}
.recaptcha-container .login-recaptcha-challenge-container.standard {
	background: rgb(255, 255, 255); padding: 12px; border-radius: 3px 3px 0px 0px; border: 1px solid rgb(184, 184, 184); border-image: none; width: auto !important; height: auto !important; margin-top: 2px; margin-bottom: -1px; position: relative; min-height: 50px;
}
.recaptcha-container .login-recaptcha-challenge-container.standard img {
	width: 100%;
}
.recaptcha-container .recaptcha-buttons.small {
	top: 2px; width: 17%; float: right;
}
.recaptcha-container .recaptcha-buttons.small .recaptcha-button img {
	width: 100%; height: 34px; border-right-color: rgb(184, 184, 184); border-bottom-color: rgb(184, 184, 184); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; float: right;
}
.recaptcha-container .recaptcha-buttons.small .recaptcha-reload.recaptcha-button img {
	border-radius: 0px 3px 0px 0px; border-top-color: rgb(184, 184, 184); border-top-width: 1px; border-top-style: solid;
}
.recaptcha-container .recaptcha-buttons.small .recaptcha-show-help.recaptcha-button img {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.recaptcha-container .login-recaptcha-challenge-container.small {
	background: rgb(255, 255, 255); padding: 24px 0px; border: 1px solid rgb(184, 184, 184); border-image: none; width: 81.5% !important; margin-top: 0px; margin-bottom: -2px; float: left; border-top-right-radius: 3px;
}
.recaptcha-container .login-recaptcha-challenge-container.small img {
	width: 100%; height: auto; display: block;
}
