﻿html {
	height: 100%;
}
body {
	background-color: #00161F;
	height: 100%;
	margin: 0;
}
#outerbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#innerbox {
	margin: 0;
	transform-origin: 0 0;
	background-image: url(../img/login/bg_login.png);
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 1920px;
	height: 1080px;
}
#user_id {
	font-size: 20px;
	position: absolute;
	top: 417px;
	left: 839px;
	width: 320px;
	height: 30px;
	margin: 0;
	border: 0;
	padding: 1px 5px;
}
#password {
	font-size: 20px;
	position: absolute;
	top: 481px;
	left: 839px;
	width: 320px;
	height: 30px;
	margin: 0;
	border: 0;
	padding: 1px 5px;
}
.remember_me {
	position: absolute;
	top: 537px;
	left: 839px;
	width: 170px;
	height: 16px;
}
#remember_me {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 170px;
	height: 16px;
}
#remember_me + label {
	background-image: url(../img/login/bg_checkbox_off.png);
	display: block;
	background-size: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	width: 170px;
	height: 16px;
}
#remember_me:checked + label {
	background-image: url(../img/login/bg_checkbox_on.png);
	display: block;
	background-size: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	width: 170px;
	height: 16px;
}
button {
	position: absolute;
	top: 585px;
	left: 867px;
	width: 186px;
	height: 46px;
	opacity: 0;
}
