html, body, form {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#mks_form_container {
    width: 100%;
    height: 100%;
    overflow: auto;
}

/* login  */
.local-header {
    position: absolute;
    display: block;
    top: 0px;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    height: 50px;
    overflow: hidden;
}

.local-footer {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    background-color: #333;
    color: #ddd;
    padding: 10px;
    font-size: 12px;
}

.local-center-contanier {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
}

.local-form-group {
    padding-top: 7px;
}

    .local-form-group .xlabel {
        margin-bottom: 5px;
    }

.local-btn-container {
    padding: 10px;
    text-align: center;
}

.local-errors-container {
    width: 100%;
    margin: 10px auto;
    padding: 5px 20px;
    max-width: 750px;
    min-height: 30px;
}

.local-login-form {
    width: 350px;
    margin: 5px auto;
    border: 0px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 5px;
}

.local-logo-container {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.local-splitter1 {
    display: block;
    height: 1px;
    border: 1px solid #e6e6e6;
    margin: 5px 30px;
}

/* main page */
#mks_main_screen {
    z-index: 1;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    background-color: #1d4861;
}

#iframe_container {
    z-index: 2;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-color: #fff;
}

    #iframe_container iframe {
        background-color: #fff;
        height: 100%;
        width: 100%;
    }

.local-menu {
    width: 100%;
    overflow: hidden;
}

.local-group-container {
    width: 100%;
}

.local-group-header {
    width: 100%;
    padding: 13px;
    color: #ffee9d;
    cursor: pointer;
    border-top: 1px solid #3c5c6f;
}

    .local-group-header::after {
        content: "";
        clear: both;
        display: table;
    }

    .local-group-header .xlabel {
        float: left;
        width: calc( 100% - 30px);
        font-size: 17px;
    }

    .local-group-header .xicon {
        float: right;
        width: 30px;
        text-align: right;
        font-size: 17px;
    }

.local-item {
    width: 100%;
    padding: 9px;
    cursor: pointer;
    color: #eee;
    line-height: 26px;
    border-top: 1px solid #3c5c6f;
}

    .local-item::after {
        content: "";
        clear: both;
        display: table;
    }

    .local-item .xicon {
        width: 50px;
        float: left;
        text-align: center;
        font-size: 26px;
    }

    .local-item .xlabel {
        width: calc( 100% - 50px);
        float: right;
        text-align: left;
    }

.local-animation {
    position: absolute;
    animation: mks-animation-01 1s;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.local-nav {
    background-color: #343a40;
    color: white;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 5px 10px;
}

    .local-nav::after {
        content: "";
        clear: both;
        display: table;
    }

    .local-nav .nav-left {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 250px;
    }

    .local-nav .nav-right {
        float: right;
        text-align: right;
    }

    .local-nav .nav-left .xtitle {
        height: 54px;
        line-height: 35px;
    }

.local-switch-link {
    font-family: Inter, Roboto, sans-serif;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-top: 20px;
    font-size: 14.8px;
}
