/* This CSS is used to format the page. */
#lbform {
	display:none;
		
	}
#lbform label {
	color: #fff;
	display: inline;
	float: left;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 12px 12px 0 0;
}
#lbform .row {
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 15px 0 15px;
}
#lbform .row::after {
    clear: both;
    content: "";
    display: block;
}
#lbform .row p {
	color: rgba(223,12,30,1.00);
	font-family: Raleway, sans-serif;
	font-size: 10px;
	width: 98%;
	padding: 13px 1%;
	margin-top: -22px;
	float: left;
}
.half-width {
	float: left!important;
	width: 50%!important;
	height: 40px!important;
}

#lbform input {
	background: rgba(231,231,231,0.80)!important;
	background-color: rgba(231,231,231,0.80)!important;
	color: #333;
	border: none;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	padding: 0 2%;
	margin: 0;
	height: 40px!important;
	box-shadow: none;
	text-align: left;
	width: 96%;
	text-transform: capitalize;
	border-radius: 0;
	-webkit-appearance: textfield;
}
#lbform select {
	background: rgba(231,231,231,0.80)!important;
	background-color: rgba(231,231,231,0.80)!important;
	color: #666;
font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 300;
	box-shadow: none;
	height: 40px!important;
	margin: 0;
	padding: 0 0 0 10px;
	float: right;
	width: 100%;
	border: thin solid rgba(97,97,97,1.00);
	text-transform: capitalize;
	/*	-webkit-appearance: none;*/
	border-radius: 0px;
	-webkit-appearance: menulist-button;
	border-top-color: rgba(231,231,231,0.80);
	border-right-color: rgba(231,231,231,0.80);
	border-bottom-color: rgba(231,231,231,0.80);
	border-left-color: rgba(231,231,231,0.80);
}
.bit-of-margin {
	width: 20%!important;
	margin-right: 10px!important;
}
.bit-of-width {
	width: 20%!important;
}
#lbform input.blur {
	color: #333;
}
#lbform input.focus, #lbform input.complete {
	color: #333;
}
.gender {
	width: 220px;
}
.day {
	width: 30%!important;
	margin-right: 5%!important;
	float: left!important;
	font-family: Lato, sans-serif!important;
}
.month {
	width: 30%!important;
	margin-right: 5%!important;
	float: left!important;
	font-family: Lato, sans-serif!important;
}
.year {
	width: 30%!important;
	float: left!important;
	font-family: Lato, sans-serif!important;
}

.note {
	display: block;
	color: #fff;
    font-family: Raleway, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	line-height: 15px;
}
.form-btn {
	background-color: #7DC9F1;
	color: #fff;
	border: medium none;
	width: 100%;
	padding: 9px 0;
	font-size: 18px;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
}
#lbform fieldset {
	border: medium none;
	margin: 0;
	padding: 0;
}
/*#lbform label {
	font-size: 15px;
}*/
.less-margin {
	margin: 5px 12px 5px 0!important;
}
.orange-color {
	color: #7DC9F1!important;
	font-weight: bold;
}
#lbform button {
	background-color: rgba(223,12,30,1.00);
	color: #fff;
	border: medium none;
	width: 100%;
	padding: 10px 0;
	font-size: 20px;
	font-family: Raleway, sans-serif;
}
