.loader-div {
    display: none;
    position: fixed;
    margin: 0px;
    padding: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 30001;
    opacity: 0.8;
}
.loader-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* SIGNATURE */
.kbw-signature { 
    width: 100% !important;
    height: 200px !important;
}

#sig canvas{
    width: 100% !important;
    height: auto;
}

.font-resize{
    font-size: 13px;
}


@media screen and (min-width: 600px) and (max-width: 1024px) {
    .font-resize{
        font-size: .7em !important;
    }
}

@media screen and (max-width: 600px) {
    .font-resize{
        font-size: .7em !important;
    }
}