body {
    position: relative;
    height: 100%;
}

.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 {
    height: 220px;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-radius: 0px 25px 0px 0px;
    padding: 90px 30px 54px 20px;
    margin: -1px 0px 0px -1px;
}

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

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

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

.tis-login-footer {
    bottom: 0px;
    margin: auto;
    width: 100%;
    color: white;
    text-align: center;
    padding-top: 30px;
    text-shadow: 0px 0px 12px #03496b;
}
