.FormElementSignature canvas {
    border: 1px solid black;
    display: block;
    margin-bottom: 5pt;
    width: 100%;
    height: 100%;
    background-color: white;
}

.FormElementSignature img {
    border: 1px solid black;
    display: block;
    margin-bottom: 5pt;
    width: 100%;
    height: 100%;
}

.FormElementSignature {
    padding-bottom: 30pt;
}


