.login_pagehtml, body {
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    color: #000000;
}

body {
    margin: 0;
    overflow: hidden;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUIBlack.woff2') format('woff2'),
        url('SegoeUIBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI.woff2') format('woff2'),
        url('SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-Light.woff2') format('woff2'),
        url('SegoeUI-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUIBlack-Italic.woff2') format('woff2'),
        url('SegoeUIBlack-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-Italic.woff2') format('woff2'),
        url('SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('SegoeUI-Semilight.woff2') format('woff2'),
        url('SegoeUI-Semilight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-Bold.woff2') format('woff2'),
        url('SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-BoldItalic.woff2') format('woff2'),
        url('SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-Semibold.woff2') format('woff2'),
        url('SegoeUI-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('SegoeUI-SemilightItalic.woff2') format('woff2'),
        url('SegoeUI-SemilightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-SemiboldItalic.woff2') format('woff2'),
        url('SegoeUI-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-LightItalic.woff2') format('woff2'),
        url('SegoeUI-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

img {
    border: none;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #393939;
}

.login_main_wrapper {
    width: 100%;
}

.login_inner_wrapper {
    width: 100%;
    margin: 0px auto;
    clear: both
}

.clearBoth {
    clear: both;
}
/**** header ***/
.top_header {
    border-bottom: 1px solid #3086d6;
    padding: 12px 0;
}

.header_main {
    clear: both;
    text-align: right;
}

    .header_main a, .header_main *, .header_main {
        color: #FFF;
        font-size: 11px;
    }

.m5 {
    display: inline-block;
    margin: 0 5px;
}

.version_number {
    color: #636466;
    font-weight: bold;
}

.license_text {
    color: #636466;
    font-size: 10px;
    margin-bottom: 20px;
}
/*** login page inner content ***/
.main_content {
    clear: both;
}

.login_content_orginal {
    min-height: 400px;
    padding-top: 8%;
}
/*.login_content {
	height: 100vh;
}*/
.insuite_ver {
    color: #fff;
    display: inline-block;
    float: right;
    margin-top: 6px;
}

* {
    box-sizing: border-box;
}

#chkRememberMe {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.mbOver {
    margin-bottom: 25px !important;
}

.footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
}

.input-Group {
    position: relative;
    margin-bottom: 20px;
}

.animate-textSmall {
    /*-webkit-transform: scale(0.85) translateY(-18px);*/
    transform: scale(1.0) translateY(-19px);
    color: #333 !important;
    background: #fff;
    width: 65px !important;
    transition: all .3s ease-in-out;
    font-size:14px !important;
    padding-left:2px;
}

.animate-text {
    /*-webkit-transform-origin: bottom left;*/
    /*transform-origin: bottom left;*/
    -webkit-transition: all .3s cubic-bezier(0.4,0,0.2,1);
    transition: all .3s cubic-bezier(0.4,0,0.2,1);
    -webkit-transition-property: color,bottom,transform;
    transition-property: color,bottom,transform;
    color: #666;
    font-size: 16px;
    pointer-events: none;
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: 100%;
}

.line-effect {
    background-color: rgba(0,0,0,0.12);
    bottom: -2px;
    height: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

    .line-effect::after {
        content: '';
        width: 0px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        position: absolute;
        height: 2px;
        background-color: #3192d2;
        transition: 0.5s ease-in-out;
    }

.openLine::after {
    width: 100% !important;
}

.login_links img {
    border: none;
    width: 20px;
    height: 15px;
    padding-right: 5px;
    vertical-align: bottom;
}

.loginInput {
    width: 310px;
    background-color: transparent;
    outline: none;
    border: 1px solid #ccc !important;
    display: block !important;
    box-shadow: none !important;
    color: #555 !important;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px !important;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: center right;
    box-sizing: border-box;
    margin-top:20px;
}

.User {
    background: #fff url(../images/login/feather-user.svg) 95% no-repeat !important;
}

.Pass {
    background: #fff url(../images/login/feather-lock.svg) 95% no-repeat !important;
}

.rember-group {
    margin: 10px 0px;
}

    .rember-group a {
        font-size: 14px;
    }

        .rember-group a:hover {
            color: #3086d6 !important;
        }

    .rember-group label {
        float: right;
        margin-bottom: 0px;
        font-size: 12px;
        color: #000;
    }

.login_button {
    background: #f26f26;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    color: #FFF;
    height: 40px;
    border: 1px solid #f26f26;
    width: 100%;
}

    .login_button:hover {
        background: #f26f26 repeat-x;
    }

.login_links {
    text-align: center;
    font-size: 11px;
}

    .login_links button {
        border-radius: 30px;
        border: 1px solid #ccc;
        padding: 6px 10px;
        width: 98px;
    }

    .login_links button:hover {
        background:#efefef;
    }
/*_:-ms-lang(X), .login_form {
    display: inline;
    margin-top: 50px;
}
        _:-ms-lang(X), .footer{
            position:relative !important;
            padding-top:50px;
        }*/



.login_form_footer {
    width: 260px;
    margin: 0 auto;
    padding: 15px 25px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #dcdcdd;
    border-top: 0px;
    text-align: center;
}
/** footer **/
.license {
    text-align: center;
    padding: 15px 0px 0px 0px;
    font-size: 11px;
    color: #1D1D1D;
    font-weight: 600;
    position: relative;
    z-index: 99;
}

    .license img {
        vertical-align: bottom;
        padding: 0 2px 0 3px;
        display: inline-block;
        width: 55px;
    }

.EulaIn h3 {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

#close:hover {
    background: #ccc;
}

/*loginNewDesign-Pachai*/

/*Pachai CSs*/
.loginMain {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.loginContainer {
    max-width: 1170px;
    margin: 0 auto;
    display: block;
}

.login_form {
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0.375rem 0.5rem rgb(0 0 0 / 10%);
    padding: 35px;
    height: 690px;
    position: relative;
    right: 15px;
}

.footerIcons {
    position: relative;
    top: 2px;
}

#Login {
    background: #f3f4f8;
}

.login_page {
    width: 100%;
    height: 95% !important;
    border-radius: 10px;
    position: relative;
    left: 15px;
}

.rember-group {
    margin: 15px 0px;
    text-align: center;
}

.clientBranding {
    text-align: center;
    margin: 10px 0px 7px 0px !important;
}

.loginScroll {
    scrollbar-width: 5px;
    scrollbar-color: #f26f26;
}

    .loginScroll::-webkit-scrollbar {
        width: 5px;
    }

    .loginScroll::-webkit-scrollbar-track {
        background: #efefef;
    }

    .loginScroll::-webkit-scrollbar-thumb {
        background-color: #f26f26;
        border-radius: 1px;
    }

@media(min-width:1300px) {
    .login_form {
        top: 0px !important;
    }

    .login_page {
        height: 66% !important;
    }

    .login_form {
        height: 84%;
    }

    .loginContainer {
        max-width: 1140px;
    }
}

@media(max-width:767px) {
    .login_page {
        display: none;
    }

    .login_form {
        right: 0px;
        top: 0px !important;
    }

    .login_page {
        height: 60%;
    }
}

@media (min-width:768px) and (max-width:1300px) {
    .login_page {
        height: % !important;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .login_form {
        top: 0px !important;
    }
}

@media (max-width:1180px) and (min-width:820px) {
    .login_form {
        top: 0px !important;
    }

    .login_page {
        height: 80% !important;
    }
}

@media (min-width:1279px) and (max-width:1300px) {
    .login_form {
        top: 0px !important;
    }
}

@media (min-width:1279px) and (max-width:1300px) {
    .login_form {
        top: 0px !important;
    }
}

@media (max-width: 1120px) {
    .login_form {
        top: 0px !important;
    }
}

@media (min-width: 1300px) {
    .login_form {
        min-height: 84%;
    }
}

@media (min-width: 1300px) {
    .footerIcons {
        position: relative;
        top: 2px !important;
    }

    .clientBranding {
        text-align: center;
        margin: 15px 0px 20px 0px !important;
    }

    .formInner {
        position: relative;
        top: 25px !important;
    }
}

@media (max-width: 467px) {
    .loginInput {
        width: 270px;
    }
}

@media (min-width:1279px) and (max-width:1300px) {
    .login_page {
        height: 90% !important;
    }

    .login_form {
        top: 55px !important;
    }
}

@media screen and (min-width: 1301px), screen and (min-height: 700px) {
    .login_form {
        min-height: 777px !important;
    }
}
.dots {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    border-radius: 0px 0px 10px 0px;
    z-index: 5;
}