.im-container{
    width: 100%;
}
.sig-canvas {
  border: 1px solid #000;
  cursor: crosshair;
}
.wpcf7-form.aborted .sig-canvas{
	border-color: #ff0000;
}
.clear-sign{
	cursor: pointer;
}
.im-read-agreement{
	cursor: pointer;
	color: #2DD3C7;
	font-weight: bold;
	display: inline-block;
}
.im-read-agreement-popup{
	position: fixed;
    background: #fff;
    width: 800px;
    height: auto;
    padding: 0;
    top: 100px;
    left: calc(50% - 400px);
    border: 2px solid #000;
    font-size: 14px;
    z-index: 9999;
    display: none;
}
.im-read-agreement-popup-inner{
	width: 100%;
    height: 400px;
    padding: 20px;
    overflow: auto;
}
.im-read-agreement-popup.active{
	display: block;
}
.im-read-agreement-popup h3{
	margin-bottom: 20px;
}
.im-start-sign{
	cursor: pointer;
	display: inline-block;
	position: relative;
	float: right;
	margin: 10px;
	text-align: right;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output{
	background: #ff0000;
	color: #fff;
	padding: 10px;
}
.wpcf7-form.sent .wpcf7-response-output{
	background: #008000;
	color: #fff;
	padding: 10px;
}
@media screen and (max-width: 767px) {
	.im-read-agreement-popup{
		width: 96%;
	    min-height: 300px;
	    padding: 10px;
	    top: 10%;
	    left: 2%;
	}
}