body{
	background-color:#267ee2;
	font-size:12px;
}
.mt1{
	margin-top:20px;
}
.mt2{
	margin-top:2px;
}
.c_gray{
	color: #666
}
.box,.head,.foot{
	position: fixed;
	left:50%;
	top:50%;
	margin-left:-155px;
	width:310px;
}
.box{
	height:270px;
	margin-top:-135px;
	background:#fff;
}
.logo{
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-right: 10px;
	background: url(../../assets/images/public/logo.png) no-repeat 0 0;
	background-size:100% 100%;
	vertical-align: middle;
}
.head{
	text-align: center;
	color:#fff;
	font-size:24px;
	height: 40px;
	line-height: 40px;
	margin-top:-200px;
}
.foot{
	text-align: center;
	color:#b9d3f1;
	margin-top:160px;
}
.box .title{
	height:34px;
	line-height:34px;
}
.box .title .error_info{
	color: #f80000;
	display: none;
	background:#ffefef;
	padding-left:30px;
}
.box .error .error_info{
	display: block;
} 
.icon_info,.icon_erro{
	width: 16px;
	height: 16px;
}
.icon_info{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top:-3px;
	background:url(../../assets/images/icon/icon_info.png) no-repeat 0 0;
	background-size:100% 100%;
}
.box .cont{
	padding:14px 30px 0 30px;
}
.text_box{
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	color:#666;
}

/**/
.input_box{
	position: relative;
}
.input{
	width: 228px;
	height: 24px;
	line-height: 24px;
	border: 0;
	background:#fff;
	border:1px solid #ccc;
	font-size:14px;
	padding:7px 10px;
	box-sizing: content-box; 
	outline: none;
}
.input:focus{
	border:1px solid #1d84f9;
	background:#fff;
}
.error .input{
	border:1px solid #ea2a11;
}
.icon_erro{
	display: none;
	position: absolute;
	z-index: 20;
	top:11px;
	right: 16px;
	background:url(../../assets/images/icon/icon_err.png) no-repeat 0 0;
	background-size:100% 100%;
}
.error .icon_erro{
	display: block;
}
.button{
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size:14px;
	color: #fff;
	background:#318ef7;
	border:none;
	cursor: pointer;
}
a.button:visited{}
a.button:hover{
    background:#2e84e6;
    color: #fff
}
a.button:focus {
	background:#2775ce;
	color:#fff;
}

.checkbox{
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}
/*注册*/
