html {
    overflow: hidden;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
    font-family: 'Montserrat', sans-serif;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.375rem;
}

.subtitle {
    font-size: 13px;
    display: block;
    padding-bottom: 30px;
}

.container {
    background: none !important;
}
.dxbButton div.dxb{border:none !important;}
@media screen and (min-device-width: 1200px) {
    .row {
        /*--bs-gutter-x: 1.5rem;*/
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.art-Sheet {
    width: 100%;
    margin: 0 !important;
}

.auth-bg {
    background-image: url(../Styles/Images/login.jpg);
    background-size: cover !important;
    height: 100vh;
}

.loginpanel {
    width: auto;
    height: auto;
    background-color: #fff;
    border: none;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.new_ui-auth_wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 150px;
}

    .new_ui-auth_wrap .new_ui-auth_form {
        width: 100%;
    }

        .new_ui-auth_wrap .new_ui-auth_form .form-group span.dxeBase {
            padding-bottom: 10px;
            display: block;
            position: relative;
            font-size: 13px;
            color: #000000;
            font-family: 'Montserrat', sans-serif;
        }

        .new_ui-auth_wrap .new_ui-auth_form .txtbox {
            width: 100%;
            border-radius: 0;
            border-color: #ccc;
            border-radius: 4px;
        }

        .new_ui-auth_wrap .new_ui-auth_form .form-group input {
            padding: 8px;
        }

        .new_ui-auth_wrap .new_ui-auth_form .from_button {
            margin-top: 20px;
        }

            .new_ui-auth_wrap .new_ui-auth_form .from_button .dxbButtonSys.dxbTSys {
                width: 100%;
                border: none;
                background: #0f4699;
                padding: 9px;
                color: #fff;
                font-size: 14px;
                box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
                border-radius: 4px;transition:.3s;
            }

                .new_ui-auth_wrap .new_ui-auth_form .from_button .dxbButtonSys.dxbTSys:hover {
                    background: #345d9a;
                    transition: .3s;
                }

        .new_ui-auth_wrap .new_ui-auth_form .form-group span {
            color: red;
            visibility: visible;
            position: absolute;
            top: 0;
            right: 0;
            font-size: 18px;
        }

        .new_ui-auth_wrap .new_ui-auth_form .form-group {
            margin-top: 15px;
            position: relative;
        }

#lblFooter {
    position: absolute;
    left: 35px;
    bottom: 35px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .new_ui-auth_wrap .new_ui-auth_form {
        width: 100%;
        padding: 0px 65px;
    }

    .auth-bg {
        display: none;
    }

    .new_ui-auth_wrap {
        padding: 0px 50px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .auth-bg {
        display: none;
    }

    .new_ui-auth_wrap {
        padding: 0px 100px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
    .new_ui-auth_wrap {
        height: 100vh;
        justify-content: center;
        padding: 0px 50px
    }

        .new_ui-auth_wrap .new_ui-auth_form {
            width: 100% !important;
            padding: 70px 10px;
            height: auto;
        }

    #lblFooter {
        width: 100%;
        left: 0;
        bottom: 80px;
    }

    .auth-bg {
        display: none;
    }
}

@media (max-width: 1200px) {
    .new_ui-auth_wrap {
        padding: 0px 80px;
    }
}
