
.login_body{
	width: 100%;
	height: calc(100vh);
	background: url('../images/login-bg.png') no-repeat;
	background-size: 100% 100%;
	position: relative
}
.login-content{
	/* width: 20%; */
	/* height: 0%; */
	background-color: #fff;
	position: absolute;
	right: 200px;
	top: 20%;
	box-shadow:1px 1px  8px rgba(0,0,0,0.26);
	border-radius:4px;
	padding: 50px 30px;
	box-sizing: border-box
}
.login-content h2{
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 40px
}
.login-list{
	/* height: 54px */
	margin-bottom: 30px;
}
.login-list label{
	font-size: 20px;
	margin-right: 20px;
	width: 100px;
	display: inline-block;
	text-align: right;
}
.login-list input{
	height: 20px;
	padding: 10px;
	border: 2px solid rgba(20,130,210,1);
	border-radius: 8px;
	width: 240px;
	outline: none
}
.login{
	width: 100%;
	height: 60px;
	background-color: #1E82D2;
	color: #fff;
	border-radius: 4px;
	outline: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	margin-top: 10%;
}
.warning-tips{
	color: #f45b63;
    margin-left: 135px;
    margin-top: 10px;
    display: inline-block;
}
