.ps-smartcaptcha {
	margin: 16px 0;
	min-height: 100px;
}

.ps-smartcaptcha--cf7 {
	width: 100%;
}

.windowReg--cf7wizard .ps-smartcaptcha {
	clear: both;
	margin: 16px 0 14px;
}

.windowReg--cf7wizard .ps-smartcaptcha + .form-group {
	clear: both;
	display: flex;
	justify-content: flex-end;
	margin: 0;
}

.windowReg--cf7wizard .ps-smartcaptcha + .form-group > div {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.windowReg--cf7wizard .ps-smartcaptcha + .form-group input.wpcf7-submit {
	appearance: none;
	background: #138a3d !important;
	border: 1px solid #138a3d !important;
	border-radius: 12px;
	box-shadow: 0 10px 18px rgba(0, 0, 0, .08);
	color: #fff !important;
	cursor: pointer;
	display: inline-flex !important;
	float: none !important;
	font-size: 15px;
	font-weight: 700;
	height: auto !important;
	line-height: 1.2;
	min-height: 48px;
	min-width: 160px;
	opacity: 1 !important;
	padding: 12px 14px;
	text-align: center;
	width: auto !important;
}

.windowReg--cf7wizard .ps-smartcaptcha + .form-group input.wpcf7-submit:hover {
	background: #0f7835 !important;
	border-color: #0f7835 !important;
	box-shadow: 0 14px 24px rgba(0, 0, 0, .10);
	transform: translateY(-1px);
}

.windowReg--cf7wizard .ps-smartcaptcha + .prevBtn + .form-group {
	display: flex;
	justify-content: flex-end;
	margin: 0;
}

.windowReg--cf7wizard .ps-smartcaptcha + .prevBtn + .form-group > div {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.windowReg--cf7wizard .ps-smartcaptcha + .prevBtn + .form-group input.wpcf7-submit {
	appearance: none;
	background: #138a3d !important;
	border: 1px solid #138a3d !important;
	border-radius: 12px;
	box-shadow: 0 10px 18px rgba(0, 0, 0, .08);
	color: #fff !important;
	cursor: pointer;
	display: inline-flex !important;
	float: none !important;
	font-size: 15px;
	font-weight: 700;
	height: auto !important;
	line-height: 1.2;
	min-height: 48px;
	min-width: 160px;
	opacity: 1 !important;
	padding: 12px 14px;
	text-align: center;
	width: auto !important;
}

.windowReg--cf7wizard .ps-smartcaptcha + .prevBtn + .form-group input.wpcf7-submit:hover {
	background: #0f7835 !important;
	border-color: #0f7835 !important;
	box-shadow: 0 14px 24px rgba(0, 0, 0, .10);
	transform: translateY(-1px);
}

@media (max-width: 560px) {
	.windowReg--cf7wizard .ps-smartcaptcha + .form-group,
	.windowReg--cf7wizard .ps-smartcaptcha + .form-group > div,
	.windowReg--cf7wizard .ps-smartcaptcha + .form-group input.wpcf7-submit,
	.windowReg--cf7wizard .ps-smartcaptcha + .prevBtn + .form-group,
	.windowReg--cf7wizard .ps-smartcaptcha + .prevBtn + .form-group > div,
	.windowReg--cf7wizard .ps-smartcaptcha + .prevBtn + .form-group input.wpcf7-submit {
		width: 100% !important;
	}
}
