@charset "utf-8";
/* CSS Document */
form {
	gap: 15px;
	color: #000000;
}
form * {
	gap: 15px;
}
form .input-group > div {
	gap: 5px;
}
input, select, textarea {
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	border: 1px solid #dadada;
	width: 100%;
	padding: 14px;
	resize: vertical;
	border-radius: 0px;
}
select {
	border: 1px solid #dadada;
	width: 100%;
	padding: 10px 10px;
	height: 40px;
}
input[type='checkbox'] {
	width: unset;
	margin-right: 5px;
}
textarea {
	height: 108px;
}
.include-captcha{display: none;}
.CaptchaPanel{width:100%!important;margin: 0!important;padding: 0!important;}

.CaptchaImagePanel img{width:200px;}

.CaptchaAnswerPanel{
	width:250px;
	margin: auto;
}
.CaptchaWhatsThisPanel a{color:#000000;}
.CaptchaMessagePanel {
	font-weight: normal!important;
	color: #000000;
}