/*==整體背景==*/
body {
    opacity: 0.99 !important;
    display: block !important;
    background: url(../Content/styles/images/login_bg.jpg?v=20230220) no-repeat center top #fff;
    overflow: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.k-overlay {
    opacity: 0 !important;
}

