/* This CSS is used to format the page. */
#lbform {
	display: none;
	height: auto; 
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#lbform label {
	color: #333;
	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 0 0 0;
}
#lbform .row::after {
    clear: both;
    content: "";
    display: block;
}
#lbform .row p {
	background: rgba(255,255,255,.8);
	color: #666;
	font-family: Lato, sans-serif;
	font-size: 14px;
	width: 42%;
	padding: 13px 4%;
	float: left;
}
.half-width {
	float: left!important;
	width: 50%!important;
	height: 40px!important;
}

#lbform input {
	background: rgba(255,255,255,.9);
	color: #000!important;
	border: none;
	font-family: Lato, 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;
}
#lbform select {
	background: url(../_img/select-arrow.png) no-repeat right rgba(53,64,89,.9);
    background-size: 24px 39px;

/*	background: #353f59!important;
	background-color: rgba(58,63,89,.9)!important;*/
	color: #fff;
	border: none;
	font-family: Lato, sans-serif;
	font-size: 14px;
	box-shadow: none;
	height: 40px!important;
	margin: 0;
	padding: 0 0 0 10px;
	float: right;
	width: 100%;
	outline: 0 none!important;
	text-transform: capitalize;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-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;
	margin-right: 5%!important;
	float: left!important;
}
.month {
	width: 30%!important;
	margin-right: 5%!important;
	float: left!important;
}
.year {
	width: 30%!important;
	float: left!important;
}

/*Tickbox
#lbform .more .row:nth-child(1) {
	margin-bottom: 0;
}
#lbform .tick-box {
    height: auto;
    padding: 0;
    z-index: 999;
    margin: 5px 0 0 0;
}
#lbform .tick-box > input {
	margin: 0 5px 20px 0;
	width: 15px;
	height: 15px!important;
	float: left;
}
#lbform .tick-box span {
	color: #fff!important;
	font-size: 11px;
	font-family: Raleway, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 13px;
	margin: 0;
	padding: 0;
}
*/

.note {
	background: none!important;
	color: #fff;
	font-family: Raleway ,sans-serif;
	font-size: 11px;
	position: relative;
	right: 0;
	top: -10px;
	text-transform: uppercase;
	width: auto!important;
}
.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: 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 {
    font-weight: bold;
}