body {
	background-color: #c2c2c2;
	margin-top:20px;
	margin-bottom:20px;
}

.header__logo{ 
	color: #475e94;
	text-decoration:none;}
	
	.form-group label, span.label.required{
		
		color: #3c3c3c;
		
	}
	
	.footer, .footer a {font-size:10px; color: #ababab;}
	
	
	.form input.form-control, .form textarea.form-control {
		
		border: solid 1px #1776ea;
		
	}
	
	.text-white {
	    color: #fff !important;
	}

	.fw-light {
	    font-weight: 300 !important;
			line-height:1.5;
	}
	
	.ms-3 {
	    margin-left: 1rem !important;
			display:inline-block;
	}
	
	.endfooter { width:100%; text-align:center;}
	
	.bold-link {
	    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	    font-weight: 700;
	    text-transform: uppercase;
			line-height:1.5;
	}
	
	
	h1{
	  margin:0px;
		padding-right:5px;
		color:#002ea9;
		font-size:22px;
		font-weight:heavy;
		transform:uppercase;
		padding-bottom:8px;
	}