
    .sub_heading{
    padding-top: 2rem !important;
    font-size: 32px;
    font-family: none;
    color: #fff !important;
}

/**====================*/
html, body {
    height: 100%;
}
.page-section {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 120px;
    background: hsl(0deg 0% 100% / 72%);
    padding: 22px;
    border-radius: 20px;
}
.login_head {
    text-align: center;
    font-size: 37px;
    font-family: 'Raleway';
    color: #2d0897;
    width: 100%;
}
.login_head1 {
    text-align: center;
    font-size: 22px;
    text-decoration: underline;
    font-family: revert;
    color: #3c6ede;
}

.login_bg {
    background: rgb(154 123 249 / 25%);
    border-radius: 25px;
    padding-top: 21px;
   
}
/*==========update===========*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading_la {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 120px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.covering_la {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    display: none;
    z-index: 999;
}


/*Header*/
.Tab2 .ajax__tab_header {
    color: #333;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
/*Body*/
.Tab2 .ajax__tab_body {
    border: 1px solid #b4cbdf;
    padding: 10px 8px;
    font-size: 14px;
}
/*Tab Active*/
.Tab2 .ajax__tab_active .ajax__tab_tab {
    font-size: 15px;
    padding: 10px;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    background-image: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    background-image: none !important;
}

.Tab2 a.ajax__tab_tab:hover {
}

.Tab2 .ajax__tab_tab {
    font-size: 13px;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    background: #000 !important;
    padding: 4px;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
}

.pad_t_b10 {
    padding: 15px;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    background: #f12b0b !important;
    padding: 4px;
}

a.ajax__tab_tab {
    color: #fff;
}

.ajax__tab_default .ajax__tab {
    display: block;
    float: left;
    height: 30px !important;
    margin-top: 1px;
}

.UnAuth_section {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #980606;
    color: white;
    /* border-radius: 1em; */
    padding: 1em;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 25%;
    height: 160px;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 6px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 6px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

    .UnAuth_section a {
        text-decoration: none;
        color: #CCC;
    }

    @media (max-device-width: 768px) and (max-device-height: 882px) and (-webkit-min-device-pixel-ratio: 1) {
       
        .page-section {
            position: absolute;
            left: 7px;
            right: 7px;
            top: 7px;
            background: hsl(0deg 0% 100% / 72%);
            padding: 7px;
            border-radius: 10px;
        }

        .navbar-slogan {
            font-size: 13px;
            font-weight: 500;
            color: #1e1083;
            font-family: fantasy;
            padding-top: 4px;
            margin: 0 auto;
            letter-spacing: 0px;
            /* line-height: 45px; */
        }

        img.d-lg-block {
            width: 64px;
            height: 68px;
        }

        .site-heading {
            margin-top: 0rem;
            margin-bottom: 0rem;
            /* text-transform: uppercase; */
        }

        .login-form {
            padding: 0rem 0rem !important;
        }

        body {
            font-size: 14px;
        }

        .login_head1 {
            font-size: 16px;
            margin-top:20px;
        }

        img#imgCaptchaShow {
            width: 58px;
            height: 43px;
        }

        .log1 {
            float: right;
        }
    }




    @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
        .page-section {
            position: absolute;
            left: 50px;
            right: 50px;
            top: 50px;
            background: hsl(0deg 0% 100% / 72%);
            padding: 10px;
            border-radius: 20px;
        }

        .navbar-slogan {
            font-size: 23px;
            font-weight: 500;
            color: #1e1083;
            font-family: fantasy;
            padding-top: 10px;
            margin: 0 auto;
            letter-spacing: 2px;
            /* line-height: 45px; */
        }

        .site-heading {
            margin-top: 1rem;
            margin-bottom: 2rem;
        }

        .sub_heading {
            padding-top: 1.8rem !important;
            font-size: 24px;
            font-family: none;
            color: #fff !important;
        }

        img.brand-logo {
            height: 40px;
        }

        body {
            font-size: 14px;
        }

        .login_head1 {
            font-size: 18px;
        }

        .form-control {
            font-size: 14px;
        }

        .login_head {
            font-size: 24px;
        }

        .login-form {
            padding: 0.5rem 0.5rem 0 0.5rem !important;
        }

        .h4, h4 {
            font-size: 1rem;
        }

        p {
            font-size: 14px !important;
        }

        .pb-2, .py-2 {
            padding-bottom: 0rem !important;
        }
    }
@media screen and (min-device-width: 1024px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1) {
    .sub_heading {
        padding-top: 1.8rem !important;
        font-size: 17px;
        font-family: none;
        color: #fff !important;
    }
    .user-name {
        color: #fff;
        font-size: 16px;
        margin-right: 10px;
    }
}

    @media screen and (min-device-width: 882px) and (max-device-width: 1040px) and (-webkit-min-device-pixel-ratio: 1) {
        .user-name {
            color: #fff;
            font-size: 12px;
            margin-right: 10px;
        }

        .sub_heading {
            padding-top: 2rem !important;
            font-size: 13px;
            font-family: none;
            color: #fff !important;
        }

        .page-section {
            position: absolute;
            left: 10px;
            right: 10px;
            top: 10px;
            background: hsl(0deg 0% 100% / 72%);
            padding: 22px;
            border-radius: 20px;
        }

        .navbar-slogan {
            font-size: 15px;
        }

        .site-heading {
            margin-top: 0rem;
            margin-bottom: 0rem;
            /* text-transform: uppercase; */
        }

        img.d-lg-block {
            width: 64px;
            height: 68px;
        }

        img#imgCaptchaShow {
            width: 58px;
            height: 43px;
        }

        body {
            font-size: 14px;
        }
    }

    @media (max-device-width: 320px) and (max-device-height: 882px) and (-webkit-min-device-pixel-ratio: 1) {
    }

    @media only screen and (min-width: 360px) and (max-width: 768px) {
        .sub_heading {
            padding-top: 2rem !important;
            font-size: 16px;
            font-family: none;
            color: #fff !important;
        }

        .user-name {
            color: #fff;
            font-size: 12px;
            margin-right: 10px;
        }

        .navbar-slogan {
            font-size: 14px;
            line-height: normal;
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-weight: 900;
        }

        img.d-lg-block {
            width: 82px;
            height: 39px;
        }

        .login_head {
            font-size: 22px;
        }

        .h4, h4 {
            font-size: 1rem;
        }

        body, label {
            font-size: 12px;
        }

        .login_bg {
            background: rgb(154 123 249 / 25%);
            padding-top: 9px;
            margin-bottom: 6rem;
            border-radius: 2px;
        }

        p {
            font-size: 10px;
        }
    }

