/*@import "common.css";*/
body {
    overflow: hidden;
    margin: 0 auto
}

.clearfix:after,.clf:after{visibility: hidden; display: block;font-size: 0;content: '.'; clear: both;height: 0}
.clearfix,.clf{zoom: 1;}
.clear { font-size: 0;line-height: 0;height: 0;clear: both; visibility: hidden; overflow: hidden}

.login-box {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url("/img/login-bg.png") no-repeat;
    background-size: cover;
}
.login-main {
    max-height: 700px;
    max-width: 1400px;
    height: 70%;
    width: 70%;
    background: #FFFFFF;
    box-shadow: -10px 0px 19px 2px #bebebe;
    border-radius: 20px 20px 20px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.login-left {
    float: left;
    width: 50%;
}
.login-img {
    overflow: hidden;
}
.login-left img {
    width: 100%;
    height: 100%;
}
.login-right {
    float: right;
    width: 50%;
    height: 100%;
    background-color: #fff;
    display: table;
}
.login {
    display: table-cell;
    vertical-align: middle;
}
.login-dd {
    max-width: 460px;
    margin: auto;
    width: 70%;
}
.loginLogo {
    max-width: 310px;
    margin: auto;
    text-align: center;
}
.loginLogo img {
    max-width: 310px;
    max-height: 70px;
    text-align: center;
}
.login .login-title {
    font-size: 24px;
    color: #101010;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 23px;
    margin-bottom: 23px;
    /*font-family: cursive;*/
}
.login #demo .layui-form-item {
    margin: 15px auto 0;
}
.login #demo .layui-btn{
    background-color: #0C40C7;
    margin-top: 10px;
}
.password {
    position: relative;
}
.password .invisible {
    background: url("../img/openeyes.png") no-repeat center !important;
    z-index: 1000;
    width: 28px;
    height: 36px;
    background-size: 20px auto !important;
}
.password .visible {
    background: url("../img/closeeyes.png") no-repeat center !important;
    z-index: 1000;
    width: 28px;
    height: 36px;
    background-size: 20px auto !important;
}
.password .bgImg {
    position: absolute;
    top: 0;
    right: 10px;
    margin-bottom: 0;
}
.copyright {
    color: #101010;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

.login-box canvas {
    z-index: -1;
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: baseline;
    position: absolute
}

.login-box .canvaszz {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 800px;
    background-image: url(/img/login.png);
    opacity: .4;
    -moz-opacity: .4;
    -khtml-opacity: .4
}

.input-content {
    text-align: center;
}

img {
    width: 100%;
    vertical-align: middle;
}

.login-box canvas {
    z-index: -1;
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: baseline;
    position: absolute
}

.input-content canvas {
    z-index: 0;
    float: right;
    padding: 3px;
    width: 93px;
    height: 30px;
    background: rgba(7, 7, 7, 0.53)
}

.J_codeimg {
    position: absolute;
    z-index: -1
}

.layui-form-item {
    clear: both;
    zoom: 1;
    margin: 25px auto;
}

.layui-input-block {
    margin-left: 60px !important;
    left: -1px;
}

.layui-form-label {
    width: 60px !important;
}

.layui-form-item .layui-input-inline {
    float: none !important;
    width: 190px;
    margin-right: 0px !important;
    height: 38px !important;
}

button#subBtn {
    width: 100%;
}
