.header {
  padding:1em 0 0 0;
  background:#0f206c;
  position:relative;
    
}
.header:before {
  content:"";
  display:block!important;
  background:#0f206c;
  height:100%;
  width:6000px;
  position:absolute;
  left:-2000px;
  top:0;
  z-index:-1;
}

.header a,
.header a:visited {
	color: #ffffff;
}

.logo {
	color: #ffffff;
}

.login {
	color: #ffffff;
}


.hero {
  background:#DAE1E9;
  color:#0f206c;
  border-bottom:1px solid #ccc;
  padding:10px 0 10px 2%;
  margin:0 0 2em 0;
  position:relative;
}

.hero:before {
  display:block!important;
  background:#DAE1E9;
  border-bottom:1px solid #ccc;
  height:100%;
  width:6000px;
  position:absolute;
  left:-2000px;
  top:0;
  z-index:-1;
}

.hero h1 {
	color: #0f206c;
}

.btn-primary {
	background: #0f206c;
	border-color: #0f206c;
}
