body {
	background-image: url(../img/login/login-background.jpg);
	height: 100vh;
	background-size: cover;
	position: relative;
	background-color: #f2f2f2;
}

.shade {
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
}

.login_top {
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 15%;
	height: 70%;
	width: 100%;
	color: white;
}

.login_top .login_title {
	margin-top: -80px;
	text-align: center;
	font-style: italic;
	font-family: 'Microsoft YaHei';
	text-shadow: 0 0 18px #00f7ff;
	font-weight: 500;
	font-size: 60px;
	
}
.login_space{
	    text-align: center;
    padding: 20px 0;
    margin: 20px 0;
    font-size: 30px;
}
.enter {
    background: rgba(255, 255, 255, 0.10);
    text-align: center;
    font-size: 40px;
    padding: 15px 0;
    cursor: pointer;
}
body .login_box{
	    box-shadow: 0 0 10px #00ffff;
    border-radius: 5px;
    background: #fff;
}
body .login_box .layui-layer-content {
    padding: 25px 25px;
}
body .pm-login-input {
    width: 280px !important;
}