html,
body {
	font-size: 14px;
	font-family: "微软雅黑", Helvetica, Tahoma, Arial, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

html,body,.wrapper{
	height: 100%;
}
.wrapper{
	display: flex;
	flex-direction: column;
}

.main-box{
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: all 0.5s;
	padding: 30px;
	background: url(/Public/Admin/images/new_login/back-bg.jpg) 0 0 no-repeat;
	background-size:100% 100%;
}
.logo-pic {
	width: 200px;
	height: 50px;
}

.main{
	position: relative;
	height: 100%;

}
.mes-box{
	position: absolute;
	top: 50%;
	right: 10%;
	transform:translateY(-50%) ;
	width: 440px;
	height: 480px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 13px 0px rgba(0, 0, 0, 0.17);
	border-radius: 15px;
}

.page-title {
	text-align: center;
	color: #fff;
	font-size: 50px;
	margin-top: 20px ;
	margin-bottom: 0;
	font-weight: bold;
	letter-spacing: 5px;
}

.mes-content{
	width: 81%;
	margin: 54px auto 54px auto;
}
.input-box{
	position: relative;
	margin-top: 38px;
}
.input-box>img{
	position : absolute;
	left     : 10px;
	top      : 50%;
	transform:translateY(-50%);
	display  : block;
	height   : 20px;
	width    : 20px;
}
.input-box>input{
	display: block;
	width: 100%;
	padding: 4px 4px 4px 40px;
	background:rgba(244,244,244,1);
	border:1px solid rgba(221,221,221,1);
	border-radius:4px;
	height: 50px;
	font-size: 16px;

}
.remember-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 38px;
}
.remeber-box-left {
	display: flex;
	align-items: center;
}
.remeber-box-left input{
	display: block;
	height: 18px;
	width: 18px;
	margin-top: 0;
}
.remeber-box-left span{
	margin-left: 20px;
	font-size: 16px;
	color: #008fff;
}
.remeber-box-right{
	float: right;
	font-style: normal;
	font-size: 16px;
	color: #008fff;
	cursor: pointer;
}
.btn-lg{
	background:linear-gradient(to bottom, #0093ff,#0061ff);/*设置按钮为渐变颜色*/
	color: #FFFFFF;
	padding: 16px;
}

.remember-input{
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 20px !important;
}
.checkbox-inline{
	font-size: 16px;
}


.Menu2 ul {
	padding-left: 0px;
}
.Menu2 li {
	list-style: none;
	line-height: 30px;
	margin-bottom: 3px;
	box-sizing: border-box;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
}

.Menu2 li:nth-of-type(2n+1){
	background-color: #edf6fa;
}

.remmber_pad {
	color:#008fff;
}
/***************** 适配小屏幕 *******************************/

@media screen and (max-width:1440px) {
	.logo-pic {
		width: 170px;
		height: 45px;
	}
	.page-title {
		text-align: center;
		color: #fff;
		font-size: 42px;
		margin-top: 10px;
		margin-bottom: 0;
		font-weight: bold;
		letter-spacing: 5px;
	}
	.mes-content{
		width: 300px;
		margin: 41px auto 38px auto;
	}
	.mes-box{
		position: absolute;
		top: 50%;
		right: 10%;
		transform:translateY(-50%) ;
		width: 363px;
		height: 375px;
		background:rgba(255,255,255,1);
		box-shadow:0px 0px 13px 0px rgba(0, 0, 0, 0.17);
		border-radius: 15px;
	}
	.input-box{
		position: relative;
		margin-top: 25px;
	}
	.input-box>img{
		position: absolute;
		left: 10px;
		top: 50%;
		transform:translateY(-50%);
		display: block;
		height: 20px;
		width: 20px;
	}
	.input-box>input{
		display: block;
		width: 100%;
		padding: 4px 4px 4px 40px;
		background:rgba(244,244,244,1);
		border:1px solid rgba(221,221,221,1);
		border-radius:4px;
		height: 40px;
		font-size: 16px;

	}
	.remember-box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 25px;
	}
	.btn-lg{
		background:linear-gradient(to bottom, #0093ff,#0061ff);/*设置按钮为渐变颜色*/
		color: #FFFFFF;
		height: 42px;
		padding: 10px;
	}
	
}



