@charset "utf-8";
/* CSS Document */
form {
	padding-top: 10px;
	gap: 15px;
	color: #000000;
}
form * {
	gap: 15px;
}
input, select, textarea {
	font-family: 'roboto', sans-serif!important;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #3c3f43;
	width: 100%;
	padding: 10px 15px;
	resize: vertical;
}
select {
	border: 1px solid #3c3f43;
	width: 100%;
	padding: 10px 15px;
}
input[type='checkbox'] {
	width: unset;
	margin-right: 5px;
}
input[type="radio"] {
	width: 15px;
}
input[type="date"]:before {
    content: attr(placeholder) !important;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
	content: "";
}
input[type='date'] {
	resize: none;
}
textarea {
	height: 175px;
}
fieldset {
	border: 1px solid #E3BD00;
	padding: 10px 20px 20px;
}
legend {
	background-color: #000;
	color: #fff;
	padding: 3px 6px;
  }
.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;
}