*	{
	margin: 0;
	padding: 0;
	}
html, body	{
	height: 100%;
	width: 100%;
	}
body	{
	background: #fff;
	color: #393939;
	font-family: Arial;
	font-size: 0px;
	line-height: 0;
	}
	
	
.clear	{
	clear: both;
	font-size: 0px;
	height: 0;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	}
img	{
	border: 0;
	}
p	{
	margin: 0px;
	padding: 0px;
	}
form	{
	margin: 0;
	padding: 0;
	}


#login-bg	{
	background: url(../img/login/login_bg.jpg) no-repeat top center;
	background-color: #D0D0D0;	
	}
#login-holder	{
	margin: 0px auto 0 auto;
	width: 508px;
	}
#loginbox	{
	background: url(../img/login/loginbox_bg.png) no-repeat;
	font-size: 12px;
	height: 212px;
	line-height: 12px;
	padding-top: 60px;
	position: relative;
	width: 508px;
	}
#forgotbox	{
	background: url(../img/login/loginbox_bg.png) no-repeat;
	display: none;
	font-size: 12px;
	height: 212px;
	line-height: 12px;
	padding-top: 60px;
	position: relative;
	width: 508px;
	}
#login-inner	{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto;
	width: 310px;
	}
#login-inner label	{
	color: #161616;
	cursor: pointer;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
	 
	}
 .checkbox-size	{
	width:13px;
	height:13px;
	margin: 5px 0;
	 
	}	
#login-inner th	{
	padding: 0 0 6px 0;
	text-align: left;
	width: 95px;
	}
#login-inner td	{
	padding: 0 0 6px 0;
	}
.login-inp	{
	background: url(../img/login/inp_login.gif) no-repeat;
	border: none;
	color: #fff;
	font-size: 16px;
	height: 28px;
	padding: 6px 6px 0 10px;
	width: 204px;
	}
#logo-login	{
	float: left;
	height: 35px;
	margin: 145px 0 0 15px;
	}
a.forgot-pwd	{
	bottom: 30px;
	color: #161616;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	position: absolute;
	right: 40px;
	}
a:hover.forgot-pwd	{
	color: #fff;
	}
#forgotbox-text	{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
	margin: 0 auto 40px auto;
	width: 380px;
	}
#forgot-inner	{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto;
	width: 330px;
	}
#forgot-inner label	{
	color: #161616;
	cursor: pointer;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
	}
#forgot-inner th	{
	padding: 0 0 6px 0;
	text-align: left;
	width: 110px;
	}
#forgot-inner td	{
	padding: 0 0 6px 0;
	}
a.back-login	{
	bottom: 30px;
	color: #161616;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	padding: 0 0 0 10px;
	position: absolute;
	right: 40px;
	}
a:hover.back-login	{
	color: #fff;
	}
.submit-login	{
	background: url(../img/login/submit_login.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 29px;
	text-indent: -3000px;
	width: 73px;
	}
.submit-login:hover	{
	background: url(../img/login/submit_login.gif) no-repeat 0 -29px;
	}
.login_errer {
	text-align: center;
}
.errer-text {
	color: #E2041D;
}
#login-inner-err	{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto;
	width: 350px;
	}
#login-inner-err label	{
	color: #161616;
	cursor: pointer;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
	 
	}
#login-inner-err th	{
	padding: 0 0 6px 0;
	text-align: left;
	width: 95px;
	}
#login-inner-err td	{
	padding: 0 0 6px 0;
	}
a.back-login-err {
	bottom: 30px;
	color: #161616;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	padding: 0 0 0 10px;
	position: absolute;
	right: 40px;
	}
a:hover.back-login-err {
	color: #fff;
	}
a.back-login-err-left {
	bottom: 30px;
	color: #161616;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	padding: 0 0 0 10px;
	position: absolute;
	right: 160px;
	}
a:hover.back-login-err-left {
	color: #fff;
	}

@media screen and (max-width: 600px) {
	html,
	body {
		height: auto;
		min-height: 100%;
	}

	body {
		font-size: 14px;
		line-height: 1.5;
	}

	#login-bg {
		background-size: cover;
	}

	#login-holder {
		box-sizing: border-box;
		width: 100%;
		max-width: 420px;
		padding: 24px 16px;
	}

	#logo-login {
		float: none;
		height: auto;
		margin: 40px 0 24px;
		text-align: center;
	}

	#logo-login img {
		width: 80%;
		max-width: 260px;
		height: auto;
	}

	#loginbox,
	#forgotbox {
		box-sizing: border-box;
		width: 100%;
		height: auto;
		min-height: 0;
		padding: 28px 20px;
		background: rgba(255,255,255,.9);
		border-radius: 12px;
		box-shadow: 0 8px 24px rgba(0,0,0,.16);
	}

	#login-inner,
	#forgot-inner,
	#forgotbox-text,
	#login-inner-err {
		box-sizing: border-box;
		width: 100%;
		font-size: 14px;
		line-height: 1.5;
	}

	#login-inner table,
	#login-inner tbody,
	#login-inner tr,
	#login-inner th,
	#login-inner td,
	#forgot-inner table,
	#forgot-inner tbody,
	#forgot-inner tr,
	#forgot-inner th,
	#forgot-inner td {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	#login-inner th,
	#forgot-inner th {
		padding: 0 0 4px;
	}

	#login-inner td,
	#forgot-inner td {
		padding: 0 0 14px;
	}

	.login-inp {
		box-sizing: border-box;
		width: 100%;
		height: 44px;
		padding: 8px 10px;
		background: #333;
		border: 1px solid #222;
		border-radius: 6px;
		font-size: 16px;
		line-height: 1.5;
	}

	.submit-login {
		box-sizing: border-box;
		width: 100%;
		height: 44px;
		background: #333;
		border-radius: 6px;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		line-height: 44px;
		text-indent: 0;
	}

	.submit-login:hover {
		background: #111;
	}

	.login_errer {
		font-size: 12px;
		line-height: 1.5;
	}

	#forgotbox-text {
		margin-bottom: 20px;
	}

	a.back-login {
		position: static;
		display: block;
		margin-top: 8px;
		padding: 0;
		font-size: 12px;
		line-height: 1.5;
		text-align: right;
	}
}
