* {
	padding: 0;
	margin: 0;
}
.global-link{
	width: 100%;
	height: 50px;
	background: #16CAD8;
	text-align: center;
	line-height: 50px;
}
.logo{
	height: 50%;
	width: 32%;
	margin: 0 auto;
	margin-top: 10px;
}
.logo img{
	width: 100%;
}
.narbar-center{
	float: left;
}
.mian-body{
	width: 100%;
	height: 100%;
	flex: 1;
}
.SentyMARUKO-Elementary h1{
	height: 40px;
	font-size:18px ;
	line-height: 40px;
	text-align: center;
	background: #F8F6F7;
	margin-top: 0;
}
.whoname{
	width: 80%;
	margin:2% auto;
}
.logo-star{
	color: #E03D61;
	margin: 0 10px 0 -5px;
}
.logo-mail{
	margin-left:15px;
}
input{
	margin-top: 1%;
	margin-bottom:2%;
	width: 100%;
	border: 2px #16CAD8 dashed;
	border-radius: 10px;
	padding: 5px 0 5px 5px;
	font-size: 16px;
	background: rgba(22, 208, 255, 0.2);
}
.btn-submit{
	width: 50%;
	height: 40px;
	line-height: 40px;
	margin: 3% 25% 0 25%;
	background: #B4B4B4;
	color: white;
	text-align: center;
	border-radius: 5px;
}
.btn-submit-active{
	background: #ff7e00;
}