@CHARSET "ISO-8859-1";

html,body {
    height: 100%;
}

.loginForm {
	width: auto;
	height: auto;
	position: static;
	margin-left: 0px;
	margin-top: 0px;
	font-size: medium;
}

.loginForm .header {
	background-image: none;
	background-color: #e2001a;
	margin-bottom: 3px;
}

.loginForm .logo {
	background-image: none;
	width: auto;
	height: 1.5em;
}

.loginForm .main {
	background: none;
	height: 100%;
	display: block;
	clear: both;
	padding: 10px;
}

.loginForm .main .form {
    margin: 0px;
}

.loginForm .productName {
	display: none;
}

.loginForm .caption {
	clear: both;
	width: 100%;
	float: none;
	text-align: left;
	margin: 0px;
	font-weight: bold;
}

.loginForm .row {
	clear: both;
	float: none;
	margin: 0px;
	margin-top: 10px;
	width: 100%;
	font-style: bold;
}

.loginForm label {
	width: auto;
	height: auto;
	padding: 0px;
	line-height: 100%;
	display: block;
	float: none;
	margin-bottom: 5px;
}

.loginForm input {
	float: none;
}

.loginForm .username {
	width: 90%;
	height: 1.5em;
	border: 1px solid #58585a;
	padding: 1px;
}

.loginForm .password {
	width: 90%;
	border: 1px solid #58585a;
	height: 1.5em;
	padding: 1px;
}

#desktopLoginBtn {
	display: none;
}

#mobileLoginBtn {
	display: block;
}

.loginForm .loginButton {
	width: auto;
	height: auto;
	border: none;
	background: url(../../../custom/file/login/button) #58585a no-repeat 5px;
	padding: 3px;
	padding-left: 24px;
	padding-right: 5px;
	color: white;
	font-size: larger;
	cursor: pointer;
}

#lostPassword {
	display: none;
}

.loginForm a:active,.loginForm a:hover,.loginForm a:visited,.loginForm a:link {
	color: #58585a;
}

.loginForm .loginBoxFooter .a {
	font: small verdana;
	color: #58585a;
	margin: 3px 0px 0px 10px;
	clear: both;
}

div.error {
	margin: 3px;
	margin-top: 10px;
	clear: both;
	width: auto;
	padding: 10px;
	background-color: #E2001A;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.systemMessages
{
     position: relative;
     width: 100%;
}