body{
	background: #c8a27c;
}
.container{
	width: 1280px;
	height: 1920px;
	margin: 0 auto;
}

.login-contents{
	width: 600px;
	height: 900px;
	background: #ffffff;
	border: 1px solid #c8a27c;
	padding: 20px;
	position: absolute;
}

.login-contents .login-inner{
	position: relative;
	padding: 50px;
}

.login-contents .logo-area{
	text-align: center;
}

/* .login-contents .login-inner{
	position: absolute;
	top: 50%;
	height: 300px;
	margin-top: -150px;
} */
/* login 입력 */

.logo-area{
	position: relative;
	padding: 50px 0;
}
.login-form {
	clear: both;
}
.id_area, .pw_area {
	position: relative;
}
.input-row{
  position: relative;
  height: 46px;
  margin-bottom: 20px;
  padding: 7px 35px 10px 11px;
  border: solid 1px #dadada;
  background: #fff;
}
.input_box {
	display: block;
	overflow: hidden;
}
.lbl {
	font-size: 15px;
	line-height: 16px;
	position: absolute;
	z-index: 8;
	top: 16px;
	left: 15px;
	color: #8e8e8e;
}
.int{
	font-size: 15px;
	line-height: 16px;
	position: relative;
	z-index: 9;
	width: 100%;
	height: 36px;
	padding: 6px 0 6px;
	color: #000;
	border: none !important;
	background: #fff;
	-webkit-appearance: none;
}
/* //////////////////    BUTTON    //////////////////// */
.button-area{
	margin-top: 30px;
}
.button-area .btn-loginsubmit{
	display: block;
	width: 100%;
	height: 65px;
	line-height: 55px;
	border-radius: 0;
	background-color: #d3a577;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	cursor: pointer;
	text-align: center;
	color: #fff;
}