/* This CSS is used to format the page. */
#lbform {
	display: none;
	height: auto; 
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 100%;
}
#lbform label {
	color: #333;
	display: inline;
	float: left;
	font-family: Dosis, 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 input {
	background: rgba(255,255,255,.8);
	color: #000!important;
	border: none;
	font-family: Dosis, sans-serif;
	font-size: 14px;
	padding: 0 2%;
	margin: 0;
	height: 40px!important;
	box-shadow: none;
	text-align: left;
    width: 96%;
    text-transform: uppercase;
}
#lbform select {
	background: rgba(255,255,255,.8)!important;
	color: #000;
	border: none;
	font-family: Dosis, sans-serif;
	font-size: 14px;
	box-shadow: none;
	height: 40px!important;
	margin: 0;
	padding: 0 0 0 10px;
	float: right;
	width: 100%;
	text-transform: uppercase;
	-webkit-appearance: none;
}
.bit-of-margin {
	width: 20%!important;
	margin-right: 10px!important;
}
.bit-of-width {
	width: 20%!important;
}
#lbform input.blur {
	color: #000!important;
}
#lbform input.focus, #lbform input.complete {
	color: #000!important;
}
.gender {
	width: 220px;
}
.day {
	width: 30%!important;
}
.month {
	width: 30%!important;
	margin-right: 5%!important;
}
.year {
	width: 30%!important;
	margin-right: 5%!important;
}
.note {
	color: #fff;
	font-family: Dosis ,sans-serif;
	font-size: 11px;
	position: relative;
	right: 0;
	top: -10px;
	text-transform: uppercase;
}
.form-btn {
	background: rgba(228,13,125,0.7)!important;
	color: #fff;
	border: medium none;
	width: 100%;
	padding: 9px 0;
	font-size: 18px;
	font-family: Dosis, 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;
}
.pink-color {
    color: #e40d7d!important;
}