#password{
	width:100%;
	height:100%;
	background:#10110f;
	position:absolute;
	overflow:hidden;
}

#password .contents{
	width:1080px;
	margin:0 auto;
}


#password .contents .topLine{
	width:100%;
	padding:70px 0px;

}

#password .contents .pwCont{
	width:100%;
	text-align:center;
	position:absolute;
	top:40%;
	transform:translateY(-50%);
	transform:translateX(-50%);
	left:50%;
}

#password .contents .pwCont .subject{
	font-size:50px;
	color:#939393;
	font-family:'Abril Fatface', cursive;
}

#password .contents .pwCont .substance{
	font-size:25px;
	color:#939393;
	font-family:'montserrat' ;
	font-weight:100;
	margin-top:10px;
}

#password .contents .pwCont .inputLine{
	margin-top:30px;
	text-align:center;
	display:inline-block;
}


#password .contents .pwCont .inputLine .pwBox{
	width:300px;
	display:inline-block;
	background:#1f1f1f;
	border:1px solid #2e2e2e;
	color:#777;
	padding:10px;
	box-sizing:border-box;
	float:left;
}



#password .contents .pwCont .inputLine .pwSumit{
	width:95px;
	display:inline-block;
	background:#0f6244;
	border:1px solid #2e2e2e;
	color:#1c1c1c;
	padding:13px 0px;
	box-sizing:border-box;
	font-size:12px;
	font-family:'montserrat';
	font-weight:bold;
}

























