*{margin: 0px;padding: 0px;font-family:'microsoft yahei';}
.jlt-login-container-fluid{
    width: 100%;
    min-width: 1217px;
    height: 100%;
    background-color: #2889dd;
    padding-top:20px;
    position: relative;
}
.jlt-login-container{
    width: 1217px;
    margin: 0 auto;
    height: 800px;
    background-color: #2889dd;
    overflow: hidden;
}
.jlt-login-body{
    width: 1217px;
    min-width: 1217px;
    height: 445px;
    background-image: url("../images/beg.png");
    margin-top:30px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -608px;
    top: 50%;
    margin-top: -180px;
}
.jlt-login-body-img{
    float: left;
    margin-left: 120px;
    margin-top: 36px;
}
.jlt-login-box{
    width:472px;
    height:310px;
    float: right;
    margin-top: 36px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
    margin-right: 20px;
    overflow: hidden;
}
.jlt-login-title{
    width:448px;
    height: 60px;
    line-height: 60px;
    padding-left:24px;
    background-color: #2b9be7;
    font-size: 20px;
    color:#fff;
}
.jlt-login-content {
    background-color: #fff;
    padding-bottom: 60px;
    overflow: hidden;
}
.jlt-login-content label{
    width: 100px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    color: #000;
    height:20px;
    float: left;
}
.jlt-login-content .text-input{
    width: 300px;
    height: 30px;
    margin-left:10px;
}
.jlt-login-content .code-input{
    height: 30px;
    margin-left:10px;
    width: 100px;
    float: left;
}
.jlt-login-content .form-item{
    padding-top: 16px;
}
.jlt-login-content .get-code{
    width: 100px;
    float: left;
    display: block;
    font-size: 14px;
	margin-top: 6px;
}
.jlt-login-content .remember-password{
    margin-left:10px;
}
.jlt-login-content .remember-password-label{
    text-align: left;
}
.error-box span{
    width:310px;
    height: 24px;
    line-height: 24px;
    background-color: #f00;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    margin-top: 4px;
    display:block;
}
.jlt-login-btn{
    background-color: #1188cb;
    width: 310px;
    height: 30px;
    color:#fff;
    border:none;
    border-radius: 4px 4px 4px 4px;
    margin-left:6px;
}
.jlt-login-content img{
	float: left;
    margin: 0px 3px -14px 3px;
}
.jlt-login-foot{
    width: 100%;
    position: absolute;
}
.jlt-login-foot p{
    color: #91c4f2;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}
@media screen and (max-width: 1366px) {
    .jlt-login-container{
        height: 530px;
    }
}

.jlt-login-content .form-item-box{
	margin-top:16px;
}

.jlt-login-content .form-item-box.code-form-item-box {
	margin-bottom: 16px;
	height: 34px;
}