.main_slider_img {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.main_news_block {
    max-width: 750px;
    margin: auto;
}

.news_block {
    max-width: 800px;
    margin: auto;
    margin-bottom: 70px;
    padding: 30px;
}

.news_block .description {
    font-size: 16px;
}

.navbar {
    background-color: #374250;
}

.page-title-new {
    padding-top: 32px;
    padding-bottom: 26px;
}

.auth-page-title {
    padding-top: 18px;
    padding-bottom: 26px;
}

.auth-logo {
    padding-top: 20px;
    padding-bottom: 36px;
}

.auth-logo img {
    width: 260px;
}

.register-link {
    padding-top: 14px;
    padding-left: 16px;
    transition: color .3s;
    color: #1897ff;
    text-decoration: none;
}

.container-contract {
    min-height: 500px;
}

#signature_area {
    overflow-x: scroll;
    padding: 10px 0px 10px 0px;
}

#signature_area::-webkit-scrollbar {
    height: 5px;
}

#signature_area::-webkit-scrollbar-thumb {
    background: #C1C1C1;
    border-radius: 6px;
}

#signature-pad {
    border: 1px solid black;
}

#signature_area {
    text-align: center;
}

@media screen and (max-width:768px) {
    #signature_area {
        text-align: left;
    }
}

@media screen and (max-width:850px) {
    #contract_view_area {
        padding-right: 3.5rem !important;
    }

    .floatingMovingBtn {
        position: fixed;
        top: 150px;
        right: 5px;
        padding: 2px 2px;
        border: none;
        border-radius: 0px;
        width: 45px;
        height: 45px;
    }

    #floatingButton {
        position: fixed;
        bottom: 50px;
        right: 5px;
        padding: 7px 7px;
        background-color: #0DA9EF;
        color: white;
        border: none;
        border-radius: 9px;
        cursor: pointer;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        width: 45px;
        height: 45px;
        z-index: 999;
    }

    #floatingButton:hover {
        background-color: #0A87BF;
    }
}

#signature-pad {
    border: 1px solid black;
}

.signature-pad-actions {
    margin-top: 12px;
}

.page-title-v2 {
    color: #fff;
}

#footer-contactus li {
    margin-top: 8px;
}
