.container-fluid{
	padding: 0;
}

/*面包屑*/
.pie{
	color: #868686;
	padding: 15px;
	border-bottom: 1px dashed #bebebe;
	border-top: 1px dashed #bebebe;
}

.pie a,
.pie span{
	color: #868686;
	font-size: 1.2em;
}

.pie a{
	color: #153e7c;
}

/*面包屑结束*/

/*登录注册介绍*/
.login{
	padding: 15px;
	text-align: center;
	min-height: 76vh;
}

.cir {
	border-radius: 20px;
}

input.cir,
.auth_span {
	display: inline-block;
	width:85%;
	height:32px;
	line-height: 30px;
	padding-left:10px;
	vertical-align: middle;
	font-size: 1.2em;
	border: 1px solid #626262;
}

input.auth_input {
	width:40%;
}

.auth_span {
	width:35%;
	/*background: #ededed;*/
	color:#999;
	font-size:2.4em; 
	margin-left:10%;
	border: none;
}

#btnSendCode{
	/*border: none;*/
	width:40%;
	height:32px; 
	text-align: center;
	margin-left: 5%;
	padding: 0;
}

#btnSendCode.active{
	background: #ededed;
	color: #999;
}

.selected {
	background: #F37A28;
	color:white;
	border: none;
}

input.selected{
	border: none;
}

form {
	line-height: 55px;
}

form a{
	display: inline-block;
	width: 20%;
	margin-left: 10%;
	font-size: 1.2em;
	line-height: 35px;
}
/*登录注册结束*/