.wpcf7-form-control-signature-wrap{
	position:relative;

}

.wpcf7-form-control-signature-body{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ececec;
    
    width:90%;
	height:100%;
 
    
}

.wpcf7-form-control-signature-body canvas{
	position: absolute;
    left: 0;
    top: 0;
    margin: center;
  border: 1.9px dashed #555;
  padding: 2px;
     background: ;


	width:95%;
	height:100%;
}