body ,html{
    background-color: #ebeced;
    height: 100%;
    width: 100%;
}
.main{
	height: 100%;
	width: 100%;
	background-size: 100% 100%;
}
.main{
	background:url(../images/login-register/loginbg.png) no-repeat;
}
.main .login-part {
	width: 535px;
	height: 100%;
	margin: 0 auto;
	border-radius: 4px;
	overflow: hidden;
}
.main .login-part .login-left {
	width: 535px;
	height: 432px;
	margin-top: 80px;
	text-align: center;
}
.lflogo{
	width: 300px;
	margin-bottom: 30px;
}
.loginform{
	background-color: #FFE8CE;
	width: 535px;
	height: 432px;
	padding: 25px;
}
.loginform p{
	text-align: left;
	width: 433px;
	margin: 5px auto 30px;
	height: 50px;
	margin-top: 14px;
}
.nameTitle{
	height: 20px !important;
	color: #6c6c6c;
	font-size: 20px;
}
.loginform p input{
	width: 100%;
	height: 50px;
	border: 1px solid #FFC991;
	padding-left: 15px;
}
.loginform .loginbtn{
	width: 433px;
	height: 60px;
	background: #F13B38;
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	transition: 0.5s;
	margin-top: 20px;
}
.loginform .loginbtn:hover{
	transform: scale(0.9,0.9);
}
.nameTitle span{
	cursor: pointer;
	color: #666666;
	font-size: 18px;
}

.codeInp input,.codeInp button{
	width: 47% !important;
	float: left;
}
.codeInp input{
	margin-right: 6%;
}
.codeInp button{
	height: 50px;
	background-color:#F13B38 ;
	color: #fff;
	font-size:18px ;
	border: none;
	cursor: pointer;
}


.main .login-part .login-left .reg {
    height: 62px;
    margin-bottom: 62px;
    position: relative;
}

.main .login-part .login-left .reg span {
    color: #333;
    font-size: 20px;
    position: absolute;
    top: 35px;
    left: 0;
}

.main .login-part .login-left .reg a {
    display: inline-block;
    color: #666;
    font-size: 14px;
    text-align: center;
    width: 86px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    behavior: url(../src/pie/PIE.htc);
    position: absolute;
    right: 0;
    top: 30px;
}

.main .login-part .login-left .reg a:hover {
    color: #E30B20;
    border-color: #E30B20;
}
