@import url(https://fonts.googleapis.com/css?family=Quicksand);

.multisteps {
	overflow: hidden;
	height: auto;
	padding: 0;
}

body { font-family: Arial, Helvetica, Arial, sans-serif; color: #000; font-size: 100%; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; }

/*--Form--*/
#form {
	background-repeat: repeat;
	background-color: rgba(255,255,255,0.60);
	width: 400px;
	height: auto;
	padding-top: 35px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 35px;
	margin: 0 auto;
	margin-top: 5%;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: medium dashed rgba(227,5,18,1.00);
}
#form h2 {
	color: #333;
	font-size: 30px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    line-height: 47px;
	margin: 0 0 20px 0;
	padding: 0;
}

/*--Terms--*/
.form-terms {
	color: #333;
    font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 13px;
	margin: 12px auto 0 auto;
	text-align: center;
}
.link-1 {
	color: #e01330!important;
}

/* Drop Down Menu */
#form #fstep_1 option, #form #fstep_2 option {
	background: #eee;
	color: #2c3e50;
	font-family: 'Quicksand', sans-serif;
	border: 0;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	padding: 5px 5px 5px 10px;
	text-transform: capitalize;
}
#form #fstep_3 option {
	background: #eee;
	color: #2c3e50;
	font-family: 'Quicksand', sans-serif;
	border: 0;
	font-size: 15px;
	font-weight: 400;
	padding: 1px 5px;
	text-transform: capitalize;
}
/*#form option.text-size {
	font-family: Lato, sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
}*/

/*Container Steps*/
.container_steps {
}
.container_form {
	padding: 0;
}

/*----fsteps----*/
#fstep_1, #fstep_2 {
	height: auto;
  	transition: opacity ease-in-out 1s;
  	width: auto;
}
#fstep_1:after, #fstep_2:after {
	content: "";
	clear: both;
	display: block;
}
#fstep_1 p, #fstep_2 p {
	color: #000;
	margin: 0;
	padding: 0;
	font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 17px;
   	text-align: center;
}

/*--fstep_1--*/
#fstep_1 .row, #fstep_2 .row {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
#fstep_1 .row:after, #fstep_2 .row:after {
	content: "";
	clear: both;
	display: block;
}

#fstep_1 .row select, #fstep_2 .row select {
	width: 100%!important;
}

#form input, #form select, #form textarea {
	outline: none;
}
#form input[type=text], #form input[type=password] {
	background: rgba(255,255,255,.15);
	color: #333;
	width: 100%;
	height: 54px;
	width: 394px;
	display: block;
   font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-indent: 20px;
	margin: 0;
	padding: 0;
	border: 3px solid #E30512;
	box-shadow: none;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.drop_down_container {
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
}
.drop_down_container::after {
	content: "";
	display: block;
	clear: both;
}
#form select {
	width: 100%;
	height: 60px;
	float: left;	
	margin: 0;
	padding: 0;
	text-indent: 20px;
	font-size: 18px;
	border: 3px solid #E30512;
	color: #333;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
	outline: 0!important;
    background: url(../_img/select-arrow2.png) no-repeat right rgba(255,255,255,.15);
    background-size: 31px 11px;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

/*--Mozilla Text-indent Fix--*/
@-moz-document url-prefix() {
	#form select {
		text-indent: 8px!important;
	}
    #form select#dobday, 
    #form select#dobmonth, 
    #form select#dobyear {
    	text-indent: 8px!important;
    }
}

/* Select elements */
#form select:hover {
	cursor: pointer;
}
#form select#dating-gender, #form select.gender2.valid {
}
#form select#dobday {
    background: url(../_img/select-arrow2.png) no-repeat right rgba(255,255,255,.15);
    background-size: 31px 11px;
	width: 130px;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-indent: 20px;
	margin-right: 5px;
	text-align: left;
}
#form select#dobmonth {
    background: url(../_img/select-arrow2.png) no-repeat right rgba(255,255,255,.15);
    background-size: 31px 11px;
	width: 130px;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-indent: 20px;
	margin-right: 5px;
	text-align: left;
}
#form select#dobyear {
    background: url(../_img/select-arrow2.png) no-repeat right rgba(255,255,255,.15);
    background-size: 31px 11px;
	width: 130px;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-indent: 20px;
	text-align: left;
}

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

/* Error styling */
#form select.error {
	padding: 14px 0 14px 5px;
	color: red;
	border: 1px solid red;
    background: url(../_img/select-arrow2.png) no-repeat right rgba(255,255,255,.9);
    background-size: 30px 45px;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	-webkit-appearance: none;
	z-index: 999;
}
#form label.error {
	width: 215px;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	color: red;
}
#fstep_1 label.error, 
#fstep_2 label.error {
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/*
#fstep_2 label.error {
	position: absolute; 
	top: 75px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_3 label.error {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_4 label.error {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_5 label.error {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#fstep_6 label.error {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}*/
#form input[type=text].error, #form input[type=password].error, #form textarea.error, #form select.error {
}
#form input.error, #form textarea.error, #form select.error {
}

/* Button styling */
.myButton {
	background: #E30512;
	color: #fff;
	width: auto;
	height: 15px;
    font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin: 0 auto;
	padding: 21px 0;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 17px;
	text-align: center;
	border: 0;
	cursor: pointer;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.fsubmit.myButton {
    width: 100%;
}
/*.myButton:active {
	position: absolute;
	right: 36px;
	top: 0;
	cursor: pointer;
}*/
span.fprev.myButton {
	display: none !important;
}
