@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
.login_bg {
	margin:0 auto;
	height:auto;
	background:url('/img/bg2.png') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top_logo {
	width:60%;
}

#login_form {
	width:100%;
	margin:50px auto;
}