html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1 { font-size: 15px; }
.loginbox {
	width: 390px; 
	margin: 4% auto 0 auto; 
	position: relative; 
	font-family: Inter, Helvetica, Arial, sans-serif;
}
.loginboxinner { 
	background: #fff; padding: 20px; position: relative;
}
.loginheader {float: left; }

.loginbox h1 { font-size: 18px; color: #999; font-weight: normal; padding-top: 10px; width: 350px; }
.loginbox .red {color: #EF6A28;}
.loginbox .logo { float: center; top: 10px; right: 20px; text-align:center;  }
.loginbox p { margin: 0; }
.button-space { margin: 10px 0 15px 0 !important; }
.loginbox label { display: block; color: #666; letter-spacing: 1px; font-size: 18px; }
.loginbox button { 
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	font-weight:bold;
	font-style:normal;
	height:37px;
	line-height:23px;
	text-decoration:none;
	text-align:center;
	width:100%;
}
.loginbox button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;	
}
.loginerror { color: #990000; background: #fbe3e3; padding: 0 10px; overflow: hidden; display: none; }
.loginerror p { margin: 10px 0; }

form input[type="text"],  input[type="password"]  {
    padding:  10px 14px 12px 14px;
    background-color:  #f2f2f2;
    border:  1px solid #c8c8c8;
    color:  #999;
    margin:  10px 0 0 0;
    font-size:  15px;
	text-align: left;
	width: 320px;
}


.title { font-family: Helvetica, Arial, sans-serif; }


@media screen and (max-width: 480px) {
	
	body { font-size: 11px; }
	button, input, select, textarea { font-size: 11px; }
	
	.loginbox { width: auto; margin: 0px; }
	input { width: 90% !important; }
	.loginbox button { width: 100%; }
	 img {max-width:100%;}
}	