.header{
	/*background-color: #333;*/
	background: #1A446C; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#fff;
	padding: 1%;
	text-align: center;
	font-size:24px;
	font-weight:bold; 
	/*top:0px; position:fixed;*/
	
	}

.content{
}

header{
	font-size: -webkit-xx-large;	
}

footer{
	background: #1A446C; 
	height: 10vh;
	color:#fff;
	padding: 0;
	text-align: center;
	position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

/*style 2*/
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}

.main-div {
  background: #ffffff none repeat scroll 0 0;
  /*background: #EEE4B9 none repeat scroll 0 0;*/
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 60%;
  min-height: 75vh;
  
}

.navigation { 
padding: 1.5em 1.5em; 
color: #D4E6F4; 
background: #8D0D19; margin:0px;
position: absolute;
bottom: 0;
}
.navigation a { 
color: #D4E6F4; 
text-decoration: none;
 }
 
.navigation a:hover { 
color:#FF6; 
text-decoration:underline;
 }