

.login-title{
	background: #fff;
	height: ;
}
.login-title-main{
	margin: auto;
	width: 1100px;
    padding: 10px 0;
}
.login-title-main img,.login-title-main span{
	display: inline-block;
	vertical-align: middle;
}
.login-title-main img{
    width: 65px;
}
.login-title-main span{
    font-size: 30px;
    margin: 0 0 0 10px;
    color: #656565;
    letter-spacing: 2px;
}

.login-content{
	height: 500px;
	background-color: #F5FAFE;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: bottom center; 
}
.login-content-main{
    width: 1100px;
    margin: auto;
    height: 500px;
    position: absolute;
    top: 14%;
    left: 50%;
    margin: 0 0 0 -550px
}
.left-img{
	position: absolute;
	left: 0px;
	bottom: -50px;
}
.left-img img{
	width: 500px;
}

.right-main{
    position: absolute;
    width: 370px;
    height: 500px;
    right: 0;
    background: #fff;
    bottom: -100px;
    padding: 25px 40px;
    border-radius: 5px;
    behavior: url(ie-css3.htc);
}
.right-main h3{
    font-size: 20px;
    color: #4BA4F8;
    text-align: center;
    margin: 0 0 50px 0;
    font-weight: 600;
    letter-spacing: 2px;
}

.lable{
	border: 1px solid #E8E8E8;
	border-radius: 2px;
	padding: 8px 15px;
	margin: 27px 0 0 0;
	    height: 25px;
    overflow: hidden;
    position: relative;
}
.lable img{
	vertical-align: middle;
	margin: 0 15px 0 0;
}
.lable input{
    height: 20px;
	border: none;
	outline: none !important;
	color: #9B9B9B;
}
.lable span{
    position: absolute;
    right: 10px;
    top: 10px
	display: inline-block;
	width: 70px;
	border-left: 1px solid #DDDDDD;
	float: right;
	padding: 0 10px;
}
.input-info{
    color: #f00;
    font-size: 12px;
    margin: 15px 0 0 15px;
}
.login-but{
	width: 100%;
	background: #4BA4F8;
	border: none;
	border-radius: 5px;
	color: #fff;
    padding: 15px 0;
    margin: 30px auto 0 auto;
}
.main-bottom-img{
    position: absolute;
    bottom: -26px;
    left: 0px;
    z-index: -1;
}
.main-left-img{
    position: absolute;
    bottom: -27px;
    left: -59px;
}











