.p-0{padding: 0;}
body{
	width: 100%;
	height: 100%;
	background-image: url("../img/xtep-login-bg.jpg");
	background-position:0 100px;
	background-repeat:no-repeat;
}
.container{
	width:290px !important;
}
.container p{
	color: #ffffff;
	font-size: 26px;
	margin-top: 60px;
	text-shadow: 1px 1px 6px #084290;
}
.contWrap{
	position:absolute;
	right:150px;
	top:240px;
	background:#fff;
	width:370px;
	padding:30px;
	background:rgba(255, 255, 255, 0.2);
	box-shadow:0px 5px 20px 0px rgba(0,0,0,0.70);
	border-radius: 0px 0px 10px 10px;
}
.form_style{
	/*max-width: 200px;*/
}
/*第一类输入框*/
.inputAdd,
.inputAdd2{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	height: 46px;
	border-radius: 4px;
	background-color: #ffffff;
}
.inputAdd span,
.inputAdd2 span{
	background: #ffffff none repeat scroll 0 0;
	border-right: 1px solid #e5e5e5;
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0;
	text-align: center;
	width: 46px;
	color:#A7A7A7;
	font-size:18px;
}
.inputAdd input{
	border: 0 none;
	line-height: 32px;
	padding-left: 10px;
	text-align: left;
	width: 262px;
	height: 44px;
}

/*第二类输入框*/

.inputAdd2 #securitycode{
	height: 44px;
	border:0 none;
	padding-left: 10px;
	text-align: left;
	width:98px;
	float: left;
}
.inputAdd2 #security_img{
	float: left;
	margin: 12px 0 0 10px;
}
.loginBtn{
	background: #E41E25;
	color: #FFFFFF;
	border: 0 none;
	height:50px;
	border-radius: 8px;
	font-size: 16px;
}
.loginBtn:focus,.loginBtn:hover,.loginBtn.active.focus, .loginBtn.active:focus, .loginBtn.focus, .loginBtn.focus:active, .loginBtn:active:focus, .loginBtn:focus{
	background:#D6171E;
	color:#fff;
}

.glyphicon{
	color: #8da5c0;
}
/*
	登录logo
*/
.xtep-login-header{
	height:100px;
	line-height:100px;
	background:#000000;
}
.xtep-login-header img{
	float:left;
}
.xtep-login-logo{
	float:left;
	margin:25px 0 0 40px;
}
.xtep-login-link{
	float:right;
	margin:0 40px 0 0;
}
.xtep-login-link span,
.xtep-login-link a{
	float:left;
	color:#333;
	font-size:18px;
}
.xtep-login-title{
	color:#fff;
	opacity:0.89;
	background:#110e0e;
	width:370px;
	height:60px;
	line-height:60px;
	font-size:20px;
	text-align:center;
	position:absolute;
	right:150px;
	top:180px;
	border-radius: 10px 10px 0px 0px;
}
.alert-danger{
	margin: 10px;
	position: absolute;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
}