h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0;
  font-weight: 700 !important;
}

h1,
h2,
h3,
h4 {
  font-family: "Source Sans Pro", arial, sans-serif !important;
  color: #1F5E9F !important;
  line-height: 1.2 !important;
}
h5{
	font-family: "Source Sans Pro", arial, sans-serif !important;
  	color: #1F5E9F !important;
  	line-height: 1.2 !important;
	font-size: 18px !important;
    font-weight: 600 !important;	
}
.header-container .account,.header-container .login {
		color: #337ab7  !important;
		display: inline-block;
		float: right;
		font-family: "Source Sans Pro", arial, sans-serif !important;
		font-size: 18px !important;
		padding-right: 10px;
		padding-top: 48px;
		text-decoration: none;
		font-weight: 800  !important;
		text-transform: none !important;
	}
	.form-container .row > label {
font-weight: normal;
		color: #004eab;
		font-family: 'source_sans_prosemibold', Arial, Tahoma;
		padding-bottom: 10px;
		padding-top: 20px;
		text-transform:none !important;
		line-height: 1;
		font-family: "Source Sans Pro", arial, sans-serif!important;
		font-weight: bold;
		margin-top: 25px;
		margin-bottom: 5px;
		font-size: 18px !important;
		float: right;
		margin-right: 350px;
	}
	
	.btn {
	  border: 1px solid #FFF;
	  background-color: #215EA1;
	  padding: 5px 10px;
	  text-align: center;
	  text-transform: uppercase;
	  color: #FFF;
	  font-weight: 600;
	  font-size: 18px;
	  line-height: 1.4;
	  border-radius: 4px;
	  margin-top: 60px;
	
	  width: 16%;
	  text-shadow:none !important;
	  font-family: "Source Sans Pro", arial, sans-serif!important;
	  -webkit-box-shadow:none !important;
	  box-shadow:none !important;
	  webkit-transition: none !important;
	  transition: none !important;
}
		.forgotPass{
		padding-top:0px !important;
		padding-left:120px !important;
		font-size: 14px;
		font-weight: 700;
		}
.passUserEmail span {
	color: #c4c4c4;
	float: right;
	font-family: 'source_sans_prosemibold', Arial, Tahoma;
	font-size: 1.100em;
	padding-top: 40px;
	text-transform: uppercase;
}
.form-container {
		background: #f8f8f8;
		margin: 0 auto;
		width: 100%;
		text-align: -webkit-center;
	}

	footer .copy p {
	text-transform: none !important;
}

.fullWidth {width: 50% !important;}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #767676 !important;
}

button.secondary:hover, button.secondary:focus, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus {
  background: #bbb;
}