#login{
	width:80%;
	margin:0 auto;
	padding-top: 150px;
}

.logo-box{
	width: 100%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
.login{
	width: 100%;
	margin-bottom: 10px;
}
.account{
	border-bottom: 1px solid #aaa;
	text-align: left;
}
.account span{
	display: inline-block;
	width: 24px;
	height: 40px;
	background-position:left center;
	background-repeat: no-repeat; 
	vertical-align: bottom;
}
.account input{
	display: inline-block;
	width: 82%;
	line-height: 40px;
	height: 40px;
	font-size: 1.6rem;
	color: white;
	vertical-align: bottom;
}
.mar-b{
	margin-bottom: 10px;
}
.keep{
	margin-top:8px;
	margin-bottom: 20px;
	position: relative;
	font-size: 1.6rem;
	line-height: 20px;
	text-align: left;
	padding-left: 24px;
	color: #fff;
}
.keep input{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.keep span{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: inline-block;
	width:20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/uncheck.png);
	background-size: 20px;
}
.keep .checked{
	background-image: url(../img/check.png);
	background-size: 20px;
}
.login-btn{
	padding: 10px;
}
.login-btn button{
	width: 100%;
	display: block;
	background: #4ea0e9;
	color: white;
}
.keep a{
	color: #ff0;
}
.prompt{
	text-align: center;
	font-size: 1.4rem;
	line-height: 30px;
	color: white;
}
.prompt a{
	color: #ff0;
	font-weight: bold;
}
#register{
	width:100%;
	height: 100%;
	overflow: hidden;
}
.regi-box{
	height: 100%;
	overflow-y: scroll;
}
.regi-prompt{
	font-size: 1.4rem;
	color: white;
	margin-top: 2px;
	margin-bottom: 10px;
	text-align: left;
}
.veri input{
	width: 44%;
}
.veri i{
	display: block;
	width: 120px;
	height: 40px;
	text-align: right;
}
.veri i img{
	height: 100%;
}
