/*******************
EAC LOGIN FORM
*******************/
@font-face {
  font-family: 'Khmer';
  font-style: normal;
  font-weight: 400;
  /*src: url(font/khmer.eot');*/
  src: local('Kh System'),
	   local('Khmer OS System'),
	   url(fonts/khmer.eot) format('embedded-opentype'), 
	   url(fonts/khmer.woff) format('woff');
}
 
* 
{
	font: normal normal normal 12px/normal 'Khmer','Khmer OS System', 'Khmer OS'; 
	margin: 0;
	padding: 0;
	border: 0;
}

body 
{
	/*background: url(images/background.png) repeat;*/
	background: #ddd;  /*#4f8bc0*/
	font-weight: 300;
	text-align: left;
	text-decoration: none;
}

#wrapper 
{
	width: 360px; /*300px*/
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -181px;
	margin-top: -235px; /*200*/
}

#login-form 
{
	width: 360px; /*300px*/
	margin: 0 auto;
	position: relative;
	z-index:5;
	background: #008;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	/*border: 1px solid #fff;*/
	/*border-radius: 5px;*/
}
#login-form .header 
{
	background: url(images/logo.png) no-repeat;
	padding: 18px 30px 30px 30px;
	background-position: 280px 0px;
	background-size: 60px;
}
#login-form .header h1 
{
	font-weight: 300;
	font-size: 20px;
	line-height:34px;
	color: #ca9812;
	margin-bottom: 10px;
	/*text-shadow: 1px 1px 0 rgba(256,256,256,1.0);*/
}
#login-form .header > h1.title
{
	margin-bottom: 25px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#login-form span
{
	font-size: 11px;
	line-height: 16px;
	color: #eee;
	/*text-shadow: 1px 1px 0 rgba(256,256,256,1.0);*/
}
#login-form .content 
{
	padding: 0 30px 25px 30px;
}
#login-form .content h5
{
	font-weight: normal;
	line-height: 16px;
	color: #ca9812;
	margin-top: 10px;
	/*text-shadow: 1px 1px 0 rgba(256,256,256,1.0);*/
}
#login-form .content .input {
	width:300px /* 240px*/;
	padding: 15px 15px;
	font-weight: 400;
	font-size: 14px;
	color: #008;
	background: #fff;
	border: 1px solid #d4d4d4;
	margin-top: 8px;
	outline: none;
	/*border-radius: 5px;*/
	/*box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);*/
	/*-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);*/
	/*-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);*/
	/*text-shadow: 1px 1px 0 rgba(256,256,256,1.0);*/
}

#login-form .content .input:hover {
	/*background: #dfe9ec;*/
	color: #008;
}

#login-form .content .input:focus {
	/*background: #dfe9ec;*/
	color: #9e9e9e;
	/*box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);*/
	/*-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);*/
	/*-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);*/
}

.user-icon, 
.pass-icon {
	width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index: 3;
	border-radius: 5px 0 0 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
}
.user-icon 
{
	top: 199px; /*165px*/
	background: rgba(65,72,72,0.75) url(images/ico_user.png) no-repeat center;	
}
.pass-icon 
{
	top: 282px; /*249px*/
	background: rgba(65,72,72,0.75) url(images/ico_password.png) no-repeat center;
}
.input, 
.user-icon, 
.pass-icon, 
.button {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

#login-form .footer {
	padding: 20px 30px 60px 30px;
	background: #ca9812;
	border-top: 1px solid #ffcc00;
	/*box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);*/
	/*-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);*/
	/*-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);*/
}
#login-form .footer .button {
	float:right;
	padding: 11px 25px;
	font-weight: 300;
	font-size: 13px;
	color: #008;
	background: #957700;
	border: 1px solid #957700;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	/*text-shadow: 0px 1px 0 rgba(0,0,0,0.25);*/
}
#login-form .footer .button:hover {
	background: #957700;
	border: 1px solid rgba(256,256,256,0.75);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

#login-form .footer .button:focus {
	position: relative;
	background: #957700; /*56c2e1*/
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

#login-form .field-validation-error
{
	margin-top:6px;
	float: left;
	color:red;
}