html, body {
    height: 100%;
	overflow: hidden;
}

.footer {
	color: white;
	min-height: 80px;
	max-height: 80px;
}

.footerMsg {
	margin : auto;
	text-align: center;
	padding-top: 25px;
}

.login-container {
    display: table;
    width: 400px;
    margin: auto;
	
    /* padding-top: 250px; */
}

.form-group {
	width : 250px;
}

.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 {
	padding: 20px 0;
	margin: 0px auto;
	width: 300px;
}
.login-form input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 30px;
}

/*===========================
Custom
===========================*/
.btnContainer {
	margin-top: 5px;
	margin-right: 50px;
	float: right;
}

.btn-login {
	color: #FFF !important;
	border-color: #1B4872 !important;
	background-color: #185693 !important;
}

.btn-login:hover,
.btn-login:focus {
	color: #FFF !important;
	background-color: #ccc !important;
}




