body {
    position: relative;
    height: 100%;
    background-color: unset;
    box-shadow: unset;
}

.beg-login-bg {
    background: url(../../images/new.png) no-repeat;
    position: fixed;
    /* filter: blur(3px); */
    _position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-width: 1000px;
    z-index: -10;
    background-position: center 0;
    background-repeat: repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
}

.tis-login-form-container {
    min-height: 300px;
    background-color: #fff;
    max-width: 800px;
    border-radius: 25px;
    margin: 0px auto;
    margin-top: 10%;
    overflow: hidden;
}

.tis-login-form {
    /*   border-top: 1px solid #ececec;
       border-left: 1px solid #ececec;*/
    border-radius: 0px 25px 0px 0px;
    padding: 90px 30px;
    margin: -1px 0px 0px -1px;
}

.layui-form-pane .layui-form-label {
    width: 50px;
}

.layui-form-pane .layui-input-block {
    margin-left: 50px;
}

.tis-login-logo {
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    padding: 100px 20px 10px;
    color: #006888;
}

.tis-login-logo img {
    width: 300px;
}

.tis-login-footer {
    bottom: 0px;
    margin: auto;
    width: 100%;
    text-align: center;
    left: 0;
    position: fixed;
    background-color: #ffffffcc;
    padding: 10px 0px;
    z-index: -1;
}
