html,
body{
	position: relative;
	width :100%;
	height: 100%;
	min-height: 700px;
}

body{
	margin: 0;

}

input,
button{
	-webkit-appearance: none;
	appearance: none;
	font-family: 'NanumSquareRound';
}

#top{
	display: none;
}

#logo{
	margin: 0;
	position: absolute;
	display: inline-block;
	top: 156px;
	left: 50%;
	margin-left: -96px;
	width: 193px;
	height: 48px;
	font-size: 0;
	background-image: url("/manage/common/image/login/logo.png");
	background-position: center;
	background-repeat: no-repeat;
}



#formWrap{
	margin: 0 auto;
	padding-top: 306px;
	width: 400px;
}

input{
	border: 0;
	width: 100%;
	font-size: 18px;
	color: #666666;
	border-bottom: 2px solid #d8d8d8;
	text-align: center;
	box-sizing: border-box;
	height: 58px;
	line-height: 58px;
	font-weight: bold;
}

button{
	cursor: pointer;
	border: 0;
}

#loginButton{
	margin-top: 25px;
	width: 100%;
	height: 61px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #ff7800;
}
#poweredBy{
	position: absolute;
	display:inline-block;
	width: 200px;
	bottom: 60px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	font-family: Arial;
}

@media all and (max-width: 768px) {
	html,
	body{
		min-height: 500px;
	}
	#logo{
		top: 53px;
		width: calc(278px / 2);
		margin-left: calc((278px / 2) / -2);
		height: calc(69px /2);
		background-image: url("/manage/common/image/login/logo.278x69.png");
		background-size: contain;
	}
	input{
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		font-weight: bold;
	}
	#loginButton{
		margin-top: 16px;
		height: 42px;
		font-size: 18px;
	}

	#formWrap{
		width: 100%;
		padding: 16px;
		padding-top: 167px;
		box-sizing: border-box;
	}
	#poweredBy{
		font-size: 11px;
		bottom: 21px;
	}
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}