/* Styles for signature plugin v1.2.0. */
.kbw-signature {
	display: block;
    /* width: 100% !important; */
	border: 1px solid #000;
	-ms-touch-action: none;
    border-radius: 5px;
}
.kbw-signature-disabled {
	opacity: 0.35;
}

#signature canvas{
    width: 100% !important;
    height: auto;
}
#clear{
    display: block;
}


 /* Small devices (landscape phones, 576px and up) */
 @media (min-width: 575.98px) {
    .kbw-signature {
        width: 300px !important;
        height: 200px !important;
    }
  }
@media (min-width: 576px) {
    .kbw-signature {
        width: 460px !important;
        height: 200px;
    }
}

 /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .kbw-signature {
        width: 300px !important;
        height: 200px;
    }
}

 /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .kbw-signature {
        width: 425px !important;
        height: 200px;
    }
}

 /* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .kbw-signature {
        width: 435px !important;
        height: 200px;
    }
}

 /* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .kbw-signature {
        width: 435px !important;
        height: 200px;
    }
}
