.login-contenter{
	width:100%;
	height:100vh;
	background: url(../images/bg.png) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-page-bg{
	position: fixed;
	inset: 0;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiMLJ0+w8EDIwgAgQAAgwAUdAHrAFSJ6cAAAAASUVORK5CYII=);
	background-repeat: repeat;
	z-index:1
}

.login-main{
	width: 420px;
	padding: 20px 40px;
	background-color: #262b36e6;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	box-sizing: border-box;
	transform: translateY(-100px);
	position: relative;
	z-index:999;
}
.login-main .title{
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	border-bottom:#c2c2c2 solid 1px;
	padding-top:20px;
	padding-bottom:20px;
	color:#1e9fff;
}
.login-main .title h3{
	margin-bottom:10px;
}
.login-captcha{
	height:38px;
	padding-left: 5px;
	cursor: pointer;
	.image{
		width: 100%;
		height: 100%;
	}
}

.layui-form-checkbox[lay-skin=normal]>div {
    color: #fff
}