.sig-btn {
    font-size: 16px;
}

.sig-img-box {
    width: 445px;
    height: 125px;
}

.sig-img {
    padding: 0 !important;
    width: 443px;
    height: 123px;
    display: block;
}

.sig-button-row {
    padding-top: 10px;
}

.signature-pad {
    border: 1px solid var(--mid-grey-1);
    box-shadow: 0 0px 0px;
    background-color: #F5F7FD;
    padding: 0px;
}

.signature-pad--body {
    border: 0px solid #F5F7FD;
}

@media (max-width: 575.98px) {
    .sig-img-box {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        overflow: hidden;
    }

    .sig-img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 0 !important;
    }

    .sig-btn {
        font-size: 14px;
    }

    .sig-button-row {
        padding-top: 6px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .sig-img-box {
        width: 100%;
        max-width: 445px;
        height: auto;
        overflow: hidden;
    }

    .sig-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0 !important;
    }
}
