.signature-pad {
    position: relative;
    /* font-size: 10px; */
    width: 100%;
    /* height: 100%; */
    max-width: 100%;
    max-height: 320px;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
}

.signature_container {
    height: 300px;
    margin-top: -30px;
}

button#signature_clear {
    border-radius: 50%;
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    line-height: 12px;
    height: 40px;
    width: 40px;
    color: white;
    right: 0;
}

button#signature_undo {
    border-radius: 50%;
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    line-height: 12px;
    height: 40px;
    width: 40px;
    color: white;
    right: 0px;
    margin-left: 10px;
}

.signature-pad::after {
    position: absolute;
    z-index: 10;
    content: "";
    width: 90%;
    height: 4px;
    bottom: 40px;
    border-bottom: 1px solid #000000;
}

.signature-pad::after {
    right: 20px;
}

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.signature-pad--body canvas {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 230px;
    border-radius: 8px;
    border: 1px solid #d9dfe3;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;
}

.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 4px;
}

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    position: relative;
    top: 40px;
    z-index: 9;
}