body {
	background-image: url(../images/login-bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.loginbox .userhead {
	text-align: center;
	height: 180px;
	line-height: 180px;
	font-size: 2rem;
	color: #fff;
}
.pk-hover{ 
	color: #fff;
	text-decoration: none;
}
.loginbox .userhead img {
	width: 50%;
}

.pk-text-right {
    text-align: right;
}

.layui-btn-red {
    background-color: #f23100;
}
.loginbox .title{
	text-align: center;
}
.loginbox .title img{
	width: 88%;
}
.login-form-box{
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
}

@media screen and (min-width:1000px) {
	body {
		background-color: #CCCCCC;
	}
	.loginbox {
		margin: 0 auto 0;
		width: 100%;
		max-width: 360px;
		padding: 20px;
		background-color: #FFFFFF;
		box-shadow: 0 0 8px 2px gray;
		border-radius: 2px;
	}
}

@media screen and (max-width:1000px) {
	.loginbox {
		margin: 0 auto 0;
		width: 100%;
	}
	.loginbox>.layui-row {
		padding: 20px;
	}
}

