@charset "utf-8";
.button.button-confirm {
	width: 100%;
	margin: 0;
	font-size: 20px;
	padding: 9px 36px;
}
.contact-agree {
	display: block;
	right: 0px;
	top: 35px;
	font-size: 16px !important;
	text-align: center;
}
.confirm-wrapper:before,
.confirm-wrapper:after,
.contact-agree:before,
.contact-agree:after {
	display: table;
	content: " ";
}
.confirm-wrapper:after,
.contact-agree:after {
	clear: both;
}
.contact-agree input {
	margin: 0 3px;
}
.contact-agree label {
	margin: 0;
}
.contact-agree .btn-modal {
	padding: 0 5px;
	font-size: 14px;
	height: 20px;
	margin: 5px 0;
}
.mwb-contact-form-button {
	width: 100%;
}
#captcha #captcha_info {
	font-size: 12px;
}
.contact-form .confirm-modal {
	border-radius: 50px;
	font-size: 12px;
	height: 20px;
	line-height: 18px;
	padding: 0 8px;
}
.confirm-captcha {
	text-align: center;
	margin-top: 10px;
}
.modal-body {
	height: 300px;
	overflow-y: scroll;
	font-size: 0.875rem;
}
.modal-backdrop {
	display: none !important;
}
.modal-header {}
.modal-title {}
.modal-header .close {}
@media (max-width: 767px) {
	.modal-dialog {
		margin-top: 70px;
	}
}