@charset "utf-8";
/* CSS Document */
.kbw-signature {
	display: block;
	border-radius: 15px;
	width: 100%;
	max-width: 800px;
	height: 200px;
	margin: auto;
	background-color: transparent;
	border: 6px solid #a0a0a0;
	-ms-touch-action: none;
	cursor: none;
}
#sig_buttons button, #sign_form {
	font-size: 1em;
	border-radius: 4px;
	margin: 10px;
	margin-top: 10px
}
#sig_buttons button:first-child {
	font-size: 1.1em;
	background-color: #B2FFAF;
}
#sig_buttons button:last-of-type {
	font-size: 0.8em;color:white;
	background-color: #9B0407;
}
.kbw-signature-disabled {
	opacity: 0.35;
}
#terms_notice span{
	text-align: center;
	padding: 2px 6px;
}

input.invalid, textarea.invalid, td.invalid, div.invalid {
		border: 1px solid red;
}
input.valid, textarea.valid {
	border: none;
}
.terms_paragraph{
	background-color: white;
}