﻿div.signature 
{
    width: 30rem;
    height: 10rem;
    margin: auto ;
    background-image: url(../images/isracard/signature-bg.svg);
    background-size: 100% 100% ;
    position: relative ;
}

    div.signature canvas
    {
        width: 100% ; height: 100% ;
    }

    div.signature .deleteIcon {
        width: 2rem;
        height: 2rem;
        position: absolute;
        left: 1rem;
        bottom: 1rem;
        cursor: pointer;
    }
	
#sign_checkbox 
{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}