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: 'Lexend Deca' !important;
  color: #1F5E9F !important;
  line-height: 1.2 !important;
}
h5{
color: #1F5E9F !important;
	line-height: 1.2!important;
	font-size: 19px !important;
	font-weight: 600 !important;	
}
.header-container .account,.header-container .login {
		color: #337ab7  !important;
		display: inline-block;
		float: right;
		font-family: 'Lexend Deca' !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: #1f5e9f;
		font-family: 'Lexend Deca' !important;
		padding-bottom: 10px;
		padding-top: 20px;
		text-transform:none !important;
		line-height: 1;
		font-weight: bold;
		margin-top: 25px;
		margin-bottom: 5px;
		font-size: 20px !important;
	}
	
	.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: 15%;
	  text-shadow:none !important;
	  font-family: 'Lexend Deca' !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: 'Lexend Deca' !important;
	font-size: 1.100em;
	padding-top: 40px;
	text-transform: uppercase;
}
.form-container {
		background: #eee;
		margin: 0 auto;
		width: 100%;
		text-align: -webkit-center;
	}
	
	footer .copy p {	
	text-transform: none !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;
}

h1, h2, h3, h4, h5, h6 {
  font-family:  'Lexend Deca' !important;
  font-weight: 700;
  color: 
#1F5E9F;
  line-height: 1.2;
  margin-bottom: 10px;
}

/* Buttons */
.btn {
  background-color: 
#215EA1;
  color: 
#FFF;
  font-family:  'Lexend Deca' !important;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid 
#FFF;
  text-align: center;
  line-height: 1.4;
}

button:hover, button:focus {
  background: 
#767676;
}

/* Labels */
.form-container .row > label {
  font-family:  'Lexend Deca' !important;
  font-weight: bold;
  color: #1f5e9f;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 5px;
}

/* Links */
.header-container .account, .header-container .login {
  font-family:  'Lexend Deca' !important;
  font-size: 18px;
  color: 
#337ab7;
  text-decoration: none;
  font-weight: 800;
}

.wrapper {
	background: #eee!important;
	width: 100%;
	font-weight: 100;
	font-family: 'Lexend Deca' !important;
}
body {
    font-family: 'Lexend Deca' !important;
    font-size: 14px;
    /* line-height: 1.42857143; */
     line-height: 0.9em;
    color: #333;
    background-color: #eee
}
header {
    height: 105px !important;
    width: 100% !important;
    background: white !important;
}
.copy{
	float:bottom !important;
	    margin-top: 80px !important;
}