
.m-signature-pad {
  font-size: 10px;
  width: 100%;
  height: 300px;

}

.m-signature-pad:before, .m-signature-pad:after {
  z-index: -1;
  content: "";
	width: 40%;
	height: 10px;
	left: 20px;
	bottom: 10px;
	background: transparent;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.m-signature-pad:after {

}

.m-signature-pad--body {
  height:100%;

}

.m-signature-pad--body canvas {
    width: 100%;
	height: 100%;
    position: relative;
    z-index: 99;
    border-radius: 4px;

  }

.m-signature-pad--footer {
    position: absolute;
    z-index:999;
    left: 30px;
    height: 40px;
    top: 0px;
    display: block;
    width: 90%;
}

.m-signature-pad--marker {
    border-bottom: 5px dashed #ddd;
    position: absolute;
    bottom: 20px;
    left: 5px;
    width: 95%;
    font-size: 2.5em;
    color: #ddd;
    line-height: 5rem;
}

.m-signature-pad--footer
  .description {
    color: #000;
    text-align: center;
    font-size: 1.6em;
    margin-top: 1.0em;
  }

.m-signature-pad--footer .button {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    font-size: 14px;
    font-weight: 100;
}

.m-signature-pad--footer
  .button.clear {
    right: 0;
  }

.m-signature-pad--footer
  .button.save {
    right: 0;
  }

@media screen and (max-width: 1024px) {

}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}

@media (max-width: 400px) {

	.m-signature-pad--marker {
	    width: 100%;
	}	
	
}
