/* Styles for signature plugin v1.2.0. */
.kbw-signature { width: 400px; height: 200px; }
.kbw-signature {
	display: inline-block;
	border: 4px dashed #00000021;
	-ms-touch-action: none;
}
.kbw-signature-disabled {
	opacity: 0.35;
}
.signature-btn{
    background: #E62E2D;
    color: white;
}
.signature-btn:hover{
    background: #ad0807;
    color: white;
}
