* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	/*height: 100vh;*/
	background: url('/Images/loginBg2.png') 0 0 round;
	background-size: cover;
}
html, body {
	width: 100%;
	height: 100%;
	min-width: 1388px;
	min-height: 900px;
}

.login {
	height: 100vh;
	min-height: 900px;
	position: relative;
}

.top {
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top>div {
	width: 50%;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.center {
	width: 100%;
	box-sizing: border-box;
	background: #ccc;
	position: relative;
}

.user_login {
	width: 446px;
	height: 402px;
	background: #FFFFFF;
	border-radius: 20px;
	position: absolute;
	top: 192px;
	left: 70%;
	transform: translateX(-50%);
}

.sign_in span {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6591FE;
	display: block;
	text-align: center;
	margin-top: 44px;
}

.input_user,
.input_psw {
	width: 348px;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #DEE5F0;
	border-radius: 8px;
	margin: 50px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 25px;
	box-sizing: border-box;
}

.input_psw {
	margin-top: 26px;
}

.input_user input,
.input_psw input {
	width: 280px;
	height: 100%;
	border: none;
	background: #fff;
	font-size: 16px;
}

.forgot {
	width: 348px;
	height: 48px;
	text-align: right;
	margin: 12px auto 19px auto;
}

.forgot a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-decoration: none;
}

.loginInBtn {
	text-align: center;
}

.login_in {
	display: block;
	width: 348px;
	height: 48px;
	background: #6591FE;
	border-radius: 8px;
	border: none;
	margin: 0 auto;
	cursor: pointer;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.bottom {
	position: absolute;
	bottom: 113px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
}

.msg_tips {
	text-align: center;
}