@charset "utf-8";
/* CSS Document */
form {
	padding-top: 10px;
	gap: 15px;
	color: #ffffff;
}
form .input-group, form > * {
	gap: 15px;
}
input::placeholder, select::placeholder, textarea::placeholder {
	color: #ffffff!important;
}
input, select, textarea {
	font-family: "Teko", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	border: 1px solid #831520;
	width: 100%;
	padding: 10px 15px;
	resize: vertical;
    background-color: #831520;
	color: #ffffff;
}
select {
	border: 1px solid #831520;
	width: 100%;
	padding: 10px 15px;
}
input[type="checkbox"] {
	appearance: none;
	width: 20px;
	height: 20px;
	background-color: #831520;
	border: 2px solid #831520;
	border-radius: 0;
	cursor: pointer;
	padding: 0;
	margin-right: 5px;
	vertical-align: middle;
}

input[type="checkbox"]:checked {
	background-color: #831520;
	position: relative;
}

input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 4px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
textarea {
	height: 108px;
}
.include-captcha{display: none;}
.CaptchaPanel{width:100%!important;margin: 0!important;padding: 0!important;}

.CaptchaImagePanel {text-align: left;}
.CaptchaImagePanel img{width:200px;text-align: left;}

.CaptchaAnswerPanel{
	width:250px;
	margin: 0;
}
.CaptchaWhatsThisPanel {text-align: left;}
.CaptchaWhatsThisPanel a{color:#ffffff;}
.CaptchaMessagePanel {
	font-weight: normal!important;
	color: #ffffff;
	text-align: left;
}