html, body 			{ height: 100%; overflow: hidden; }

.footer 			{ background : url(images/background.jpg); color: white; min-height: 80px; max-height: 80px; }

.footerMsg 			{ margin : auto; text-align: center; padding-top: 25px; }

.login-container 	{ display: table; width: 100%; margin: auto; /* padding-top: 250px; */ }

.form-group 		{ width:100%; }

.login-logo 		{ text-align : center; padding: 0 10px; height: 60px; background-color:#00234d;  height: 100px; width:100%; /* margin-bottom: 50px; background: url(images/header.jpg); background-repeat: no-repeat;*/ }
.login-message 		{ display: none; width: 250px; }
.login-form 		{  margin: 0px auto; width:100%; }
.login-form input 	{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; height: 30px; }

/*=========================== Custom ===========================*/
.fm-login 			{ width: 974px;  height: 514px; margin: 0px auto;  padding: 1px; }
.fm-login-bx 		{ background-color: #FFF;  border: 5px solid #00368E; width: 310px; margin: 50px auto 0px; padding: 10px; }

.ie7-message 		{ display:none; }