@charset "utf-8";
/* CSS Document */
section.contact form {
	margin-top: 20px;
}
section.contact form div {
	gap: 25px;
}
form input {
	height: 50px;
	width: 100%;
}
form textarea {
	height: 100px;
}
form select {
	background-color: #ffffff!important;
}
form input, form textarea {
	border: 1px solid #072642;
	padding: 10px;
	font-size: 16px;
}
form textarea {
	font-family: 'Roboto', sans-serif;
	resize: vertical;
}
.CaptchaPanel{width:100%;padding:10px 0!important;}
.CaptchaMessagePanel, .CaptchaWhatsThisPanel {font-size: 14px;}
.CaptchaImagePanel img{max-width:200px;width: 100%;}

.CaptchaAnswerPanel{
	max-width:250px;
	width: 100%;
	margin: auto;
}
.CaptchaWhatsThisPanel, .CaptchaMessagePanel, .CaptchaImagePanel{padding: 5px 0 10px!important;}
.CaptchaWhatsThisPanel a{color:#333;}