html {
	font-family: Tahoma, Geneva, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background: url(../images/loginBg.jpg) no-repeat top center #070a0f;
	opacity: 0.8;
}
body:hover {
	opacity: 1;
}
h1, h2, h3, p {
	margin: 0;
	padding: 0;
}
.wrapper {
	height: auto;
	width: 100%;
}
.container {
	height: auto;
	width: 400px;
	margin: 70px auto 0 auto;
	background: #fff;
	box-shadow: 0px 0px 20px #000;
	border-radius: 8px;
	padding-bottom: 20px;
}
.loginHeader {
	background: #2d3a42;
	border-radius: 5px 5px 0 0;
}
.loginHeader h1 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 20px;
	text-shadow: 3px 1px 2px #000;
}
.companyName p {
	color: #ff3333;
	font-size: 16px;
	text-align: center;
	margin: 35px 10px;
	font-weight: bolder;
}
.companyName p span {
	color: #666666;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	display:none;
}
.loginInputs {
	width: 300px;
	height: auto;
	margin: auto;
}
.text_field {
	width: 87%;
	height: 25px;
	border: 1px solid #d1d1d1;
	font-size: 14px;
	border-radius: 3px;
	margin: 2px 0;
	padding: 5px 30px 5px 5px;
}
.text_field:focus, select:focus {
	border: 1px solid #999;
	box-shadow: 0px 0px 5px #ccc;
}
select {
	width: 100%;
	height: 37px;
	border: 1px solid #d1d1d1;
	font-size: 14px;
	border-radius: 3px;
	margin: 2px 0;
	padding: 5px;
	cursor: pointer;
	background: url(../images/branchIco.png) no-repeat 98% 9px;
	appearance: none
}
.loginBut {
	width: 100%;
	height: 40px;
	background: #aece4e;
	border: 1px solid #97b932;
	border-radius: 3px;
	color: #fff;
	text-shadow: 0px 1px 2px #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	margin-top: 10px;
	font-size: 14px;
}
.loginBut:hover {
	background: #87ab1a;
	border: 1px solid #658408;
	box-shadow: 0px 0px 5px #999;
}
.userName {
	background: url(../images/userNameIco.png) no-repeat 100% 3px;
}
.password {
	background: url(../images/passwordIco.png) no-repeat 100% 3px;
}
.forgotPw {
	text-align: center;
	width: 100%;
	margin: 3px;
}
.forgotPw a {
	font-size: 10px;
	color: #70bff5;
	text-decoration: underline;
	font-size: 12px;
}
.forgotPw a:hover {
	text-decoration: none;
	color: #4494ca;
}
.error, .loader {
	color: #2a80b9;
	font-size: 14px;
	text-align: center;
	width: 100%;
	letter-spacing: 1px;
	margin: 0 0 3px 0;
}
.footer {
	width: 100%;
	margin: auto;
	color: #ccc;
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 20px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
