@import url("../../common/fonts/iconfont.css");
html,
body,
.login_container {
	width: 100%;
	height: 100%;
}

.login_container {
	position: relative;
}

.login_box {
	width: 745px;
	height: 440px;
	position: absolute;
	left: 50%;
	margin-left: -372.5px;
	top: 50%;
	margin-top: -220px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.container {
	width: 300px;
	float: right;
	margin: 30px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	margin-left: 0px;
	padding-left: 20px;
}

.login_left {
	float: left;
	width: 380px;
}

.login_left img {
	padding: 100px 0px;
}

.container h1 {
	color: #FFF;
	line-height: 58px;
	font-weight: normal;
	font-size: 26px;
	text-align: left;
}

.login_name,
.login_password,
.login_core,
.login_btn {
	margin: 20px 0;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: hidden;
}

.container i {
	display: inline-block;
	width: 50px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 8.5px;
	text-align: center;
	border-right: 1px solid #DDD;
}

.container i:before {
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #666;
}

.container .in_text {
	width: 100%;
	background: #fff;
	height: 47px;
	line-height: 47px;
	display: inline-block;
	padding-left: 55px;
	color: #666;
	border: 1px solid transparent;
	box-sizing: border-box;
	font-family: "Microsoft Yahei";
}

.container .in_text:focus {
	border: 1px solid #7FDBFF;
	box-shadow: 0 0 12px 3px rgba(0, 255, 255, 0.14);
	border-radius: 3px;
}

.login_core span {
	display: block;
	height: 47px;
	padding-left: 0px;
	background: #FFF;
	float: right;
	margin-left: 5px;
	width: 140px;
}

.login_core span img {
	cursor: pointer;
	border-radius: 5px;
	width: 100%;
	height: 47px;
}

.login_btn button {
	width: 100%;
	height: 47px;
	border: 0;
	background: #0083CE;
	cursor: pointer;
	color: #FFF;
	font-size: 20px;
}

.login_btn button:hover {
	background: #00A0E9;
}