body {
	min-width: 300px;
}
body.login {
	background: url('../images/hatterkep.jpg') center center no-repeat;
	background-size: cover;
	margin: 0 !important;
	height: 100% !important;
	font-family: Verdana;
	font-size: 12px;
}

body.login #version {
	display: block;
	position: absolute;
	top: 12px;
	right: 15px;
	text-align: right;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

body.login #wrapper {
	width: 270px;
 	min-height: 300px;
	left: 50%;
	top: 48%;
 	margin: -150px 0 0 -150px;
 	margin: -150px 0 0 -150px;
	position: absolute;
	padding: 10px;
	background-image: url('../images/wrapper_bg.png');
	border: 2px solid #777777;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

body.login #wrapper h1 {
	font-size: 130%;
	color: #443EC0;
	font-weight: 600;
	text-align: center;
}

body.login #wrapper input {
	width: 100%;
	padding: 4px 9px;
	border: 1px solid ddd;
	border-radius: 4px;
	background: #eee;
	font-size: 130%;
}

body.login #wrapper select {
	width: 100%;
	padding: 4px 9px;
	border: 1px solid ddd;
	border-radius: 4px;
	background: #eee;
	font-size: 130%;
}

body.login #wrapper input#remember_checkbox {
	width: auto;
	vertical-align: middle;
	background: transparent;
	border: none;
}

body.login #wrapper input[type="submit"] {
	margin-top: 20px;
	cursor: pointer;
}

body.login .fielderror {
	display: block;
	text-align: center;
	color: #f33;
	font-weight: bold;
	background: #fdd;
	border-radius: 5px;
	line-height: 25px;
}

body.login #logo {
	text-align: center;
	width: 200%;
	margin-left: -150px;
	height: 220px;
	z-index: -1;
}

body.login #logo img {
	max-height: 100%;
	height: auto;
	width: auto;
	max-width: 100%;
}

body.login #ecr_logo {
	width: 150px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: -1;
}

body.login #companyLogo {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 320px;
	height: 320px;
	text-align: center;
	margin-left: -110px;
}

body.login #companyLogo {
	background: url('../images/ecr_logo.png') center center no-repeat;
	background-size: contain;
}

body.login div.messages
{
	min-height: 20px;
	color: brown;
	font-size: 130%;
}

body.login span.small
{
	color: #222222;
	font-size: 75%;
}

.fp {
	color: #443EC0;
	text-align: right;
	cursor: pointer;
    text-decoration: none;
}

.fp:hover {
	text-decoration:underline;
}

.hide {
	display: none;
}
