body
{
	margin:0;
	padding:0;
	background:#e4e8ec url(../images/login-bg.jpg) no-repeat top;
	
}

.header
{
	position:relative;
	float:left;
	width:100%;
	height:115px;
	border-bottom:6px solid #477219;
}

.header h2
{
	float:left;
	height:114px;
	color:#333333;
	font-size:35px;
	line-height:165px;
	font-weight:lighter;
	padding-left:5%;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.ftechnics-logo
{
	position:absolute;
	float:left;
	width:170px;
	height:80px;
	background:url(../images/ftechnics-logo.png);
	top:45px;
	right:95px;
	z-index:999999;
}

.header-form
{
	position:absolute;
	width:190px;
	height:6px;
	top:115px;
	right:88px;
	background:#b1b1b1;
}

.footer
{
	float:left;
	width:100%;
	background:url(../images/footer-bg.jpg) no-repeat top;
}

.footer-content
{
	width:1000px;
	margin:0 auto;
	padding:30px 0 30px 0;
}

.footer-content-column
{
	float:left;
	width:33%;
	margin-bottom:30px;
}

.form-content
{
	width:400px;
	height:376px;
	margin:0 auto;
}

.login-form
{
	float:left;
	width:450px;
	height:423px;
	margin:90px 0 60px 0;
	background:url(../images/form-bg.png);
}

.login-form h3
{
	width:60%;
	height:35px;
	margin:0 20% 40px 20%;
	color:#ffffff;
	font-size:16px;
	line-height:40px;
	text-align:center;
	font-weight:lighter;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.form-input
{
	float:left;
	width:52%;
	height:30px;
	color:#777777;
	font-size:14px;
	line-height:25px;
	text-align:center;
	margin:20px 20% 0 20%;
	padding:0 4% 0 4%;
	background:#ffffff;
	border:1px solid #d2d2d2;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	-webkit-border-radius:10px;
		    border-radius:10px;
}

.form-input:hover{background:#f7f7f7;}

.form-button
{
	float:left;
	width:35%;
	height:30px;
	color:#ffffff;
	font-size:16px;
	line-height:22px;
	margin:0 32.5% 0 32.5%;
	background:#73a340;
	border:none;
	cursor:pointer;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	-webkit-border-radius:10px;
		    border-radius:10px;
}

.form-button:hover{background:#47721a;}
#captchaImg{float:left;margin:10px 0 10px 132px;}
::-webkit-input-placeholder{text-align:center;}
:-moz-placeholder{text-align:center;}
::-moz-placeholder{text-align:center;}
:-ms-input-placeholder{text-align:center;}