﻿.loginWraper
{    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
	    background: url(../images/bgbox.png) no-repeat top;
    background-size: 100%;
    overflow: hidden;	
}






.loginbox{	
	margin: 0 auto;
	height: auto;
position: absolute;
	left:50%;
	top:50%;
	/*border: solid 1px blue;*/
	display: block;
	width: 1200px;
    margin-left: -530px;
    margin-top: -200px;
	
	

}
.textbox{
	float: left;
	font-size: 48px;
	font-weight: bold;
	color: #000;
/*	border: solid 1px blue;*/
	width: 550px;
	margin-top:50px;
}
.icon{display: none;}


.text{
	float: left;
	font-weight: bold;
	color: #000;
	/*border: solid 1px blue;*/
}
.text p{display: block;margin-bottom: 36px;}




.formbox{
	width: 550px;
	float: left;
	display: block;
/*	border: solid 1px red;*/
	height: 450px;

}
.form{width: 400px;
	height: 450px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #fff;
}
.formtitle{width:100px;height: 30px;margin:0 auto;font-size:24px;color:#000;
	display: block;text-align: center; padding-top: 40px;padding-bottom: 10px;
	border-bottom: solid 4px #006cff;
}


.form-list .por input{width:316px;height: 54px;display: block;background-color: #f2f4f5;	border-radius: 50px;border: 1px solid #f2f4f5;margin: 0 auto;margin-top: 50px; padding-left: 20px;
 outline:none}

.submit{width: 336px;height: 54px;line-height: 54px; display: block;	border-radius: 50px;color:#fff;border: none;margin: 0 auto;margin-top: 35px; text-align: center;
  background-image: linear-gradient(to right, #12b0f7, #008aff );
}

.active{width: 336px;height: 54px;line-height: 54px;	border-radius: 50px;color: #999;;border: none;margin: 0 auto;margin-top: 35px; text-align: center;
  background-color:#ddd; display: none;
}

.click  img{width: 28px;height: 28px;line-height: 28px;position: relative;top: 8px;left: 0;}

.click{display: block;
	margin: 0 auto;width: 336px;height: 30px;font-size:18px;color:#008aff;font-weight: 800; padding-top: 30px;}
.tips{display: block;margin: 0 auto;width: 336px;height: auto;font-size:14px;color:#666; margin-top: 30px;
}




