.box{
	height: 100vh;
}
/* 登录标题 系统名称 */
.login_top{
	background-image: url(../img/lgoin/login1.png);
	background-size: 100% 100%;
	height: 30vh;
	font-size: 80px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* input 登录 */
.login_input{
	height: 70vh;
	background-image: url(../img/lgoin/login2.jpg);
	background-size: 100% 100%;
	
}
/* 输入框 */
.input_list{
	padding: 110px;
}
.input_list >div{
	display: flex;
	width: 350px;
	padding: 20px 30px;
	border: #9b9b9b solid 1px;
	border-radius: 10px;
	margin: auto;
	margin-bottom: 40px;
}
/* icon */
.input_list >div img{
	margin-right: 15px;
}
/* 登录 */
.input_list .login_btn{
	display: flex;
	margin: auto;
	width: 350px;
	background-color: #3e83fc;
	font-size: 18px;
	padding: 20px 30px;
	color: #FFFFFF;
	border-radius: 10px;
	font-weight: bold;
	justify-content: center;
	box-shadow: 0px 10px 10px #b8cbff;
}