.lbl-input {
	display: inline-block;
	width: 235px;
	margin: 10px 0;
	float: left\9;
}
.lbl-input label, .lbl-input input, .lbl-input h3 {
	display: block;
	width: 150px;
	margin: 0 auto;
	padding: 5px;
}
.lbl-input label, .lbl-input h3{
	padding: 5px 10px 5px 0;
}
.lbl-input h3 {
	font-family: Arial Black, Arial, Helvetica, Geneva, sans-serif;
	font-size: 3em;
	color: #E0E2ED;
}
.lbl-input.colspan2 {
	width: 480px;
}
h2 {
	color: #12A2E2;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin:10px 0;
	font-size: 16px;
}
.btn-container {
	width: 100%;
	text-align: right;
}

.btn-container input {
	margin-right: 45px;
	margin-top: 20px;
	padding: 10px;
	
	background: #0d8755;
	color: white;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}
.btn-container input:hover {
	background: #0b7247;
}
.required-fields {
	width: 200px;
	float: right;
	text-align: right;
	margin-right: 45px;
	color: #999;
}
.required {
	color:#FF0890;
	font-size: 1.5em;
}
.lbl-input.title {
	float: left;
}
.left-inputs{
	width: 483px;
	display: inline-block;
}
.lbl-input img {
	width: 150px;
	margin: 0 45px;
}

.reset-container {
	display: flex;
	flex-direction: row;
	justify-items: center;
	align-items: center;
}

.email-container {
	display: flex;
	flex-direction: column;
}

