body{
	background:url(../img/login/bg_login.jpg) top center no-repeat;
	background-size:100%,100%;
	overflow:hidden;
}

#box_login{
	background:url(../img/login/box_login.png) top center no-repeat;
	background-size:100%,100%;

	width:45%;
	height:70%;

	float:right;
	margin-right:2%;
	margin-top:4%;

	padding-top:23%;
	text-align:center;
}

#box_login input{
	width:66%;
	border:none;
	padding:5px;
	color:#fff;
	font-size:1vw;
}
#box_login input[type=text], #box_login input[type=password]{
	margin-top:2%;
	background-color:#B3B3B3;
}
#box_login input[type=submit]{
	background-color:#F6921E;
}

#box_login-option{
	width:67%;
	padding:1.5% 0 1.5% 0;
	margin-left:auto;margin-right:auto;
	color:#fff;
	font-size:0.8vw;
}

#box_login-option a{
	color:#fff;
	text-decoration:none;
}
#box_login-option a:hover{
	color:#F6921E;
}

@media screen and (max-width: 767px) {
	body{
		background:url(../img/login/bg_login_mobile.jpg) top center no-repeat;
		background-size:100%,50%;
	}
	#box_login{
		width:100%;
		background-size:70%,70%;
		padding-top:40%;
	}

	#box_login input{
		width:90%;
		font-size:4vw;
	}
}
