#mobile-form-wrap {
	display: none;
	background: #222;
	padding: 20px;
	width: auto;
	margin: 0 auto;
}

/* WALDO MOBILE FORM //////////////////////////////////////////////////////*/

#mobile-form-wrap #mobile-form {
	box-sizing: border-box;
	position: relative;
	min-height: auto;
}
#mobile-form-wrap .flat-ui, #mobile-form-wrap button, #mobile-form-wrap input[type=submit] {
	display: block;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	width: 100%;
	height: 45px;
	border-radius: 0;
	border: 0;
	outline: 0;
	margin: 4px auto;
	padding: 12px 20px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#mobile-form-wrap #step-two, #mobile-form-wrap #step-three {
	display: none;
}
#mobile-form-wrap #step-one > select, #mobile-form-wrap #step-three > #password {
	margin-top: 0;
}
#mobile-form-wrap #step-three #finish {
	margin-bottom: 0;
}
#mobile-form-wrap button, #mobile-form-wrap input[type=submit], a#continue {
	font-weight: 600!important;
	color: #fff;
	background: #00ba37!important;
	cursor: pointer;
	border-radius: 3px;
}
a#continue {
	font-family: 'Open Sans', sans-serif!important;
	line-height: 22px;
	text-align: center;
	border-radius: 3px !important;
	margin-bottom: 0 !important;
	text-transform: uppercase;
}

/*--Button Steps--*/
#mobile-form-wrap #step-one > .numbers, 
#mobile-form-wrap #step-two > .numbers {
    position: absolute;
    right: 10px;
    top: 114px;
    color: #fff;
	font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
}
#mobile-form-wrap #step-three > .numbers {
	position: absolute;
    right: 10px;
    top: 66px;
    color: #fff;
	font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

#mobile-form-wrap input {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 3px !important;
}
#mobile-form-wrap .first-select-field {
	background: url(../img/select-arrow.png) no-repeat right #fff;
  	background-size: 21px 7px;
}
#mobile-form-wrap select:focus, #mobile-form-wrap input:focus {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#mobile-form-wrap select#gender {
	border-radius: 3px;
}
#mobile-form-wrap select#dob-day.flat-ui {
	width: 24.5%;
	/*display: inline;*/
	float: left;
	margin-top: 0;
	margin-right: .5%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#mobile-form-wrap select#dob-month.flat-ui {
	width: 39.5%;
	/*display: inline;*/
	float: left;
	margin-top: 0;
	margin-right: .5%;
}
#mobile-form-wrap select#dob-year.flat-ui {
	width: 35%;
	/*display: inline;*/
	float: left;
	margin-top: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#mobile-form-wrap #genderError, #mobile-form-wrap #nameError {
	margin: -20px 0 0 0;
}
#mobile-form-wrap #terms-mobile {
	position: relative;
	display: block;
	padding: 10px 0 28px 0;
	color: #fff;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
#mobile-form-wrap #terms-mobile a:link, #mobile-form-wrap #terms-mobile a:visited {
	text-decoration: none;
	font-weight: 400;
	color: #e8e8e8;
}

/*--Error Styling--*/
#mobile-form-wrap #gender-error {
    position: absolute;
    left: 20px;
    top: 30px;
}
#mobile-form-wrap #firstname-error {
    position: absolute;
    left: 20px;
    top: 80px;
}
#mobile-form-wrap #dobgroup-error {
	position: absolute;
	left: 20px;
	top: 30px;
	z-index: 9999;
}
#mobile-form-wrap #email-error {
	position: absolute;
	left: 20px;
	top: 80px;
}
#mobile-form-wrap #password-error {
	position: absolute;
	left: 20px;
	top: 32px;
}
#mobile-form-wrap .help-block {
	display: block;
	margin: 0;
	padding: 0;
	color: red;
    font-size: 11px;
    font-family: 'Open sans', sans-serif;
    text-transform: uppercase;
}

/*--Placeholder Styling--*/
#mobile-form input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#mobile-form input:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;  
}
#mobile-form input::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	opacity: 1;  
}
#mobile-form input:-ms-input-placeholder {  
	color: #000;
	opacity: 1;  
}