/* admin page login */

body {
	height: 100%;
	background: url("/images/wandohealing/login_bg.jpg") no-repeat 0 0;
	background-size: cover;
}
#skiptoContent {
	margin: 0;
	padding: 0;
}
#wrap {
	margin: 180px auto 0;
	width: 550px;
	text-align: center;
}
#header p {
	color: #fff;
	font-size: 21px;
	line-height: 1.4;
	/* margin: 50px 0 20px; */
	font-weight:300;
}
#header p.sub_txt{
	font-size:28px;	
	color:#c3c3c3;
	}
#header p.main_txt{
	font-size:55px;
	font-weight: 500;
	}
#header p.main_txt .txt_style{
	font-weight: bold;
	display: block;
	}
#header .main_txt .color_y{
	color:#fff59b;
	}	
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
.idinput, .pwinput {
	background: none;
	color: #ffffff;
	font-size: 13px;
	padding: 13px;
	width: 370px;
	height: 25px;
	border: 2px solid #ffffff !important;
	margin-top:20px;
	border-radius: 8px;
	display:inline-block;
}
input[type=submit].jmi_login_btn {
	margin: 30px 0 0 0;
	width: 400px;
	height:60px;
	background-color: #244EA1;
	border:0px;
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight:500 !important;
	}
#login .btn {
	clear: both;
	margin: 9px 0 19px 0;
}
#login p {
	position: relative; 
}

#login p input{
    height: 60px;
    width: 400px;
}
#member_login .daumhide01 {
	font-size: 17px;
	font-weight: 100;
	color: #fff;
	position: absolute;
	padding-left: 20px;
	top: 37px;
	left: 80px;
	z-index: 3;
}
#member_login .daumhide02 {
	font-size: 17px;
	font-weight: 100;
	color: #fff;
	position: absolute;
	padding-left: 20px;
	top: 37px;
	left: 80px;
	z-index: 3;
}
#wrap div.admin_logo{
	/*background: url("/images/jmi/layout_sp.png") 0 -65px no-repeat;*/
    text-indent: -99999px;
    width: 314px;
    height: 53px;
    margin: 135px auto 0;
}



