body{
	margin: 0px 0px;
	padding: 0px;
	background-color:#f3f0eb;
}
section{
	margin: 0 atuo;
	width: 700px;
	height:700px;
	background-color:#FAF8F4;
	margin-top: 150px;
	margin-left: 30%;
	position:relative;
}
section img{
	margin-top:10%;
	margin-left: 27%;
	margin-bottom:10%;
}
input{
	margin-left:13%;
	width:500px;
	height: 50px;
	font-size: 20px;
	background-color: #faf8f4;
	border-top: none;
	border-left: none;
	border-right: none;
	border-color: #deded3;
}
input:focus{
	outline-style:none;
}
input:placeholder{
	color:#1e5142
}
form p{
	position:absolute;
	right: 15%;
}
form p > a{
	text-decoration:none;
	font-size: 14px;
	color:#6c6b69;
}
#login_btn button{
	width: 505px;
	height:70px;
	text-align:center;
	position:absolute;
	background-color:#112b23;
	top:63%;
	left:13%;
	color:white;
	font-family:'맑은고딕';
	font-size:20px;
	border: none;
}
#login_btn:hover{
	background-color:#1e5142;
	border:#1e5142;
}