div#bodyContainer, div#messageContainer, #errorBeforeTitleDiv {
    width: 400px;
}

#useridLogin, #passwordLogin{
	width: 227px;
}

div.loginFormDiv{
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

.firsInlineErrorMessageOverride {
	font-size:10px;
	color:#BA2434;
	text-align: right;
}
body{
	/* Adjusted Background image to fit screen
	background-image: url(../images/login-bg.jpg);
	background-size:100%;
	*/
	background: url(../images/login-bg.jpg) no-repeat center center fixed;
	background-size:100% 100%;
}

#loginContainer{
	position:absolute;
	/*Adjusted Background image to fit screen
	left: 61.7em;
    top: 23.8em;*/
    left: 65vw;
    top: 30vh;

}

.loginText{
	color:#FFF !important;
	font-size:16px;
	font-family:"Tahoma", "Arial", "sans-serif";
}

.loginErrorPos{
	position: absolute;
	/*Adjusted Background image to fit screen
	left: 60.8em !important;
	top: 15.8em !important;*/
	left: 63.5vw !important;
    bottom: 72vh !important;

}


.loginErrorPos2{
	position: absolute;
	/*Adjusted Background image to fit screen
	left: 61.7em;
	top: 23.8em;*/
	left: 65vw;
    top: 30vh;

}
.textColorWhite{
	color:#FFF !important;
}