*
{
	box-sizing: border-box;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	text-align: center;
}

#wrapper
{
	height: 100%;
}

#wrapper_relative
{
	height: 100%;
	position: relative;
}

#header
{
	width: 100%;
	height: 120px;
	background-color: #00417e;
	color: #ffffff;
	border-bottom: 3px solid #d74b3a;
	font-family: 'Segoe UI', sans-serif;
	text-align: center;
}

#header_wrapper
{
	position: relative;
	display: inline-block;
	width: 1440px;
	padding: 12px 0 0 0;
	text-align: left;
}

#footer
{
	width: 100%;
	padding: 20px 0;
	background-color: #d74b3a;
	color: #ffffff;
	float: none;
	clear: both;
	text-align: center;
	font-family: 'Segoe UI', sans-serif;
	font-size: 15px;
}

#statusbar
{
	position: absolute;
	color: #ff0000;
	padding: 20px;
	text-align: center;
	background-color: #fdfdca;
	width: 100%;
}

#login_block
{
	position: absolute;
	top: 35%;
	left: 50%;
}

#logo
{
	position: absolute;
	top: -15px;
	left: -420px;
}

#login_form
{
	height: 200px;
	padding: 30px 0 0 40px;
	text-align: right;
	background-image: url("/images/login_shadow.png");
	background-position: top left;
	background-repeat: no-repeat; 
}

input[type="text"], input[type="password"]
{
	padding: 7px 10px 7px 42px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	width: 220px;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="text"]:focus, input[type="password"]:focus
{
	border: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	box-shadow: 0 0 7px #cccccc;
}

input[type="submit"], button
{
	padding: 7px 15px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

input[type="submit"]:hover, button:hover
{
	b_order: 1px solid #00a2e8;
	b_order-bottom: 2px solid #00a2e8;
	box-shadow: 0 0 7px #cccccc;
}

.login_field
{
	position: relative;
	margin: 0 0 20px 0;
}

.login_field_icon
{
	position: absolute;
	top: 0;
	left: -1px;
}

#logo_text
{
	position: absolute;
	top: 45px;
	left: -350px;
	text-align: left;
	font-family: 'Candara', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 64px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 50px;
}