/* Styles for signature plugin v1.2.0. */
.kbw-signature {
	display: inline-block;
	border: 1px solid #a0a0a0;
	-ms-touch-action: none;
}
.kbw-signature-disabled {
	opacity: 0.35;
}

.kbw-signature {
  width: 100%;
  height: 200px;
}



@media (min-width: 1024px) { 
  .kbw-signature canvas {
  width: 100% !important;
  height: auto;
}

 }