/*Structure*/
@media (max-width: 992px) {
    body {
        background: #F7FCFE;
    }

    .m-idp-mobile-content-wrap {
        position: fixed;
        float: left;
        height: 100%;
        min-height: 100vh;
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, .05) 0 7px 8px 0;
        background: url(../images/background/login-left-backgroundx100.png) !important;
        background-size: cover !important;
        background-position: center !important;
    }

    #mobile-wrap {
        display: flex;
        flex-wrap: nowrap;
        height: 100vh;
        max-height: 100vh;
        background: #F7FCFE;
    }

    .meirc-logo {
        margin-bottom: 0px;
    }

    .m-idp-mobile-content-wrap .m-idp-title-extra {
        position: relative;
        padding-bottom: 6px;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0px;
    }

    .m-idp-mobile-content-wrap .m-idp-title-paragraph {
        position: relative;
        padding-bottom: 8px;
    }

    .m-idp-mobile-content-wrap .m-idp-title-extra .text2x {
        font-size: 32px;
        font-weight: 600;
    }

    .box-white-1 {
        position: relative;
    }

    .m-idp-mobile-content-wrap .m-idp-title-paragraph {
        position: relative;
        padding-bottom: 8px;
        color: #46556F;
    }

    .mobile-login-back-btn {
        position: relative;
        padding-top: 18px;
    }

    .col-title {
        font-size: 16px;
        font-weight: 600;
    }




    /*Footer Section*/
    .m-idp-mobile-footer {
        position: fixed;
        background: #ffffff;
        width: 100%;
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, .06) 0 7px 9px 0;
        border-top: 0.4px solid #E0E8EC;
    }

    .col-box {
        position: relative;
        width: 100%;
        height: 100%;
        background: #ffffff;
        border: 0px solid #EDEDED;
        padding: 20px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, .02) 0 7px 9px 0;
    }

    .mobile-icon-wrap {
        position: relative;
        width: 36px;
        height: 36px;
        margin: 0px auto;
        border-radius: 50%;
        font-size: 20px;
        padding-top: 4px;
        color: #46556F;
        background: #FBFBFB;
    }

    .mobile-icon-wrap.active {
        color: #ffffff;
        background-color: #1E429A;
    }

    .mobile-footer-text {
        font-size: 12.8px;
        font-weight: 400;
        padding-top: 6px;
        color: #46556F;
    }

    .mobile-footer-text.active {
        position: relative;
        color: #1E429A;
    }

    .custom-padding {
        padding-left: 2px;
        padding-right: 2px;
    }

    .m-idp-footer {
        position: absolute;
        width: 100%;
        bottom: 60px;
    }
}