@charset "utf-8";
html {
	height: 100%
}

body {
	width: 100%;
	height: 100%;
	background: url(11activity01.jpg) center center no-repeat;
	background-size: cover;
	position: relative
}

#login {
	width: 7.5rem;
	height: 11.17rem;
	background: url(11activity38.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -3.75rem;
	margin-top: -5.58rem
}

#login .box {
	width: 3.3rem;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -1.65rem
}

#login button {
	width: 3.3rem;
	height: .8rem;
	background: url(11activity03.png) no-repeat;
	background-size: 3.3rem .8rem
}

#login input {
	width: 3.3rem;
	height: .8rem;
	text-align: center;
	font-size: .32rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: .25rem;
	border: 3px solid #6000ff;
	border-radius: .08rem
}