@media only screen and (max-width: 1199px){
     /* Payment table Ledger */
    #modalBodyTblLedger tfoot tr td:last-child {
        width: 45%;
    }
}

@media only screen and (max-width: 991px){
    /* Payment table Ledger */
    /*#modalBodyTblLedger tfoot tr td:last-child{
        display: flex;
        flex-direction: column;
        width: fit-content;
    }*/

    /*#modalBodyTblLedger tfoot tr td:last-child button[type=button] {
        margin-bottom: 5px;
    } */

}

@media only screen and (max-width: 576px){
    /* Login */
    .login-box{
        width: 65%;
    }
    .btnForgotPassword{
        width: auto;
        text-align: center;
        margin: 10px 0;
    }
    
    /*.main-header{
        padding: 15px 8px;
    } */
    
    .navbar-light .navbar-nav .nav-link{
        font-size: 11px;
    }
}

@media only screen and (max-width: 450px){
    /* Login */
    .login-box{
        width: 85%;
    }

    h5{
        font-size: 15px;
    }

    .btn{
        font-size: 14px;
    }

}