/*login begin*/
.ls_login_main{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/ls_index/ls_login_ljz_bg.jpg") no-repeat;
    background-size: auto;
    background-size: 100% 100%;
}
.ls_login_con_bg{
    width: 1000px;
    position: absolute;
    top: 50%;
    margin-top: -350px;
    left: 50%;
    margin-left: -500px;
    justify-content: space-between;
}
.ls_login_con_bg ._index{
    display: block;
    text-align: right;
}
.ls_login_img{
    float: left;
    width: 598px;
    height: 611px;
}
.ls_login_img img {
    vertical-align: bottom;
}
.ls_login_con_bg .ls_login_right_con{
    float: left;
    width: 240px;
    height: 280px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #c0c6f2;
    margin-top: 210px;
    margin-left: 100px;
}
.ls_login_con{
    width: 240px;
    padding: 0 30px 30px 30px;
}
.ls_login_con .title{
  	color: #000;
  	height: 24px;
  	margin-top: 20px;
  	line-height: 24px;
  	font-size: 16px;
  	font-weight: bold;
    text-align: center;
}
.ls_login_con .input{
    margin-top:20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
}
.ls_login_con .input span{
    color: #cccccc;
}
.ls_login_con .input input{
    height: 38px;
    width:190px;
    padding:0 5px;
	font-size: 14px;
}
.ls_login_con .checkbox{
	margin-top: 20px;
    height: 20px;
    line-height: 20px;
	color: #3c3;
	font-size: 14px;
}
.ls_login_con .checkbox input{
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.ls_login_con .login_btn{
	margin-top: 20px;
    height: 40px;
    line-height: 40px;
    background: #0b68f2;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
}
.ls_login_con .text {
	margin-top: 20px;
}
.ls_login_con .text a{
    font-size: 14px;
}
.ls_login_con .text a span{
    color: #ff8224;
}
/*login end*/