@font-face{
	font-family:ChineseDownload;
	src:url('../javascript/ss_round.TTF');
}
.common-login #container, .common-forgotten #container, .common-reset #container {
	background: #FFF;
}
.common-login #header, .common-forgotten #header, .common-reset #header{
	display:none;
}
.etcm-logo-login{
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding:27px 0;
}
.admin-login-header{
	font-family:ChineseDownload;
	text-align:center;
	margin-bottom:40px;
	color:#595959;
	font-size:33px;
}
#content .login-div{
	border:1px solid #DFDFDF;
}
#content .login-div .login-title{
	color:#595959;
	font-size:18px;
	text-align:center;
	margin:20px 0;
}
.common-forgotten input[type=text], .common-forgotten input[type=password], .common-reset input[type=text], .common-reset input[type=password], .common-login input[type=text], .common-login input[type=password] {
	border-radius:0;
	border:1px solid #DFDFDF;
	padding:8px 13px;
	width:82%;
	margin-left:auto;
	margin-right:auto;
	box-shadow:none;
	font-size:14px;
}
.common-forgotten select, .common-login select, .common-reset select{
	border-radius:0;
	border:1px solid #DFDFDF;
	width:82%;
	margin-left:auto;
	margin-right:auto;
	box-shadow:none;
	font-size:14px;
	padding:10px 18px;
	height:45px;
}
.btn-cancel{
	border-radius: 0;
	font-size: 14px;
	padding: 9px 40px;
}
.common-forgotten button[type=submit], .common-login button[type=submit], .common-reset button[type=submit]{
	border-radius:0;
	font-size:14px;
	color:#fff;
	background-color:#00A652;
	border:none;
	padding:10px 40px;
}
.common-forgotten button[type=submit]:hover, .common-login button[type=submit]:hover, .common-reset button[type=submit]:hover{
	background-color:#007439;
}
#login-footer{
	background-color:#00A652;
}
#login-footer p{
	font-size:12px;
	color:#fff;
	padding:15px 0;
	text-align:center;
	margin-bottom:0;
}
#login-footer .footer-link{
	color:#fff;
}
.store_image_div{
	text-align:center;
}
.store_image_div img{
	width:82%;
}
/*.login-form-footer{*/
/*	width: 82%;*/
/*	margin: 30px auto;*/
/*}*/
/*.login-form-footer .login-btn-div{*/
/*	padding-right: 0;*/
/*	width: 50%;*/
/*	max-width: 50%;*/
/*	display: inline-block;*/
/*}*/
.forgot-password-div {
	padding-left: 0;
	width: 50%;
	max-width: 49%;
	display: inline-block;
}
.forgot-password-div a{
	color: #00A652;
	font-size: 14px;
	line-height: 40px;
}
.common-login .form-group .text-danger, .common-forgotten .form-group .text-danger, .common-reset .form-group .text-danger{
	width: 82%;
	margin: auto;
}
.reset-password-footer{
	width: 86%;
	margin: 30px auto;
}

/* added by woo */
.no-click{
	pointer-events: none;
}