.wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signature-padB {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:490px;
  background-color: RGBA(255,255,255,0);
  border: 5px black solid;
}

.signature-padM {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:490px;
  background-color: RGBA(255,255,255,0);
  border: 5px black solid;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:490px;
  background-color: RGBA(255,255,255,0);
  border: 5px black solid;
}