/*form styles*/

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.dollar {
    position: relative;
}

.dollar:before {
content: '$';
position: absolute;
top: 8px;
left: 11px;
z-index: 1;
color: #333333;
font-size: 16px;
}

.login1, .login2, .login3, .login4, .login5 {
	border: solid 1px #dddddd;
	padding: 20px 20px 10px;
	box-sizing: border-box;
	margin-top:  20px;
	margin-bottom:  20px;
	border-radius: 3px;
	border-top: solid 9px #fed530;
}

.selection1 {
	border: solid 1px #dddddd;
	padding: 20px 20px 10px;
	box-sizing: border-box;
	margin-top:  20px;
	margin-bottom:  20px;
	background: #f4f4f4;
	border-radius: 3px;
	border-top: solid 9px #fed530;
}


.login1 {
	background: #f4f4f4 url(/images/user-background.jpg) no-repeat;
	background-position: right bottom;
	background-size: 250px ; 
}

.login2 {
	background: #f4f4f4 url(/images/user-add-background.jpg) no-repeat;
	background-position: 120% bottom;
	background-size: 250px ; 
}

.login3 {
	background: #f4f4f4 url(/images/email-background.jpg) no-repeat;
	background-position: 120% bottom;
	background-size: 250px ;
}

.TermsUse {
	max-height:  300px;
	overflow: scroll;
	border: solid 1px #ccc;
	padding: 10px 25px;
	box-sizing: border-box;
	margin: 30px 0;
	font-size: 12px;
	color: #555;
	border-radius: 3px;
	background: #ffffff;
}

.faINPUT {
	background: #f1f1f1;
	border-radius: 50px!important;
	padding: 40px;
	text-align: center;
	font-size: 24px;
	margin: 15px auto;
	width: 100%;
}

.tfatext {
	font-weight: normal;
	color: #333333;
}

.trouble {font-size: 14px;}

.forgot {
	margin: 13px 0 13px 6px;
	font-size: 13px;
}



.steps {
	width: 800px;
	margin: 0px auto;
	position: relative;
	margin-bottom: 40px;
	min-height: 1200px;	
}

.steps fieldset {
	border: 0 none;
	border-radius: 3px; 
	box-shadow: 0 9px 33px -13px rgba(0, 0, 0, 0.7);
	padding: 20px 30px;
	border-top: 9px solid #fed530;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	z-index: 1000;
	display: block;
/* stacking fieldsets above each other */
 position: absolute;
	
}

/*Hide all except first fieldset*/
.steps fieldset:not(:first-of-type) {
	display: none;
	box-sizing: border-box;
	/*position: relative;*/
}

/*inputs*/

input[type="checkbox"] {
display: inline;
width: auto;
}

label{
	color: #333333;
	text-align: left !important;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 10px;
	display: inline-block;
}

input, textarea {
	outline: none;
	display: block;
	width: 100%;
	margin: 0 0 10px;
	padding: 10px 15px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #837E7E;
	-webkti-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-wieght: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

input:focus, textarea:focus {
 	color: #333333;
	border: 1px solid #fed530;
}

input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
}


select {
	width: 50%;
	display: block;
	margin: 0 0 10px;
}

[type=radio] {
	display: inline!important;
	width: 20px;
	margin-left: 20px;
}

 input[type='date'] {
    -webkit-appearance: none;
}

.error1{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	position: relative;
	left: 0;
	top: -6px;
	margin-top: 0px;
	padding: 0 10px;
	height: 39px;
	display: block;
	color: #ffffff;
	background: #c10c10;
	border: 0;
	font: 13px sans-serif;
	line-height: 39px;
	box-sizing: border-box;
} 

.error1:before{
  width: 0;
  height: 0;
  left: 14px;
  top: -7px;
  content: '';
  position: absolute;
  border-left: 6px solid transparent;
  border-bottom: 8px solid #c10c10;
  border-right: 6px solid transparent;
}

.error-log{
    margin: 0 5px 0 0;
  font-size: 16px;
  position: relative;
  bottom: -2px;
}

.question-log {
  margin: 5px 1px 5px 0;
  font-size: 15px;
  position: relative;
  bottom: -2px;
}

/*buttons*/
.steps .action-button, .action-button {
  width: 220px !important; 
  background: #fed530;
  font-weight: bold;
  color: #111111;
  border: 0 none;
  border-radius: 40px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: block;
}

#cancelButton {display: inline-block;}
#registerButton {display: inline-block;}

.steps .next, .steps .submit{float: right;}
.steps .previous{float:left;}

.steps .action-button:hover, .steps .action-button:focus, .action-button:hover, .action-button:focus {
	background:#111111;
	color: #ffffff;
}

.explanation{
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	padding: 10px 0px;
	margin-bottom: -10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	cursor:pointer;
}

/*headings*/
.fs-title {
	text-transform: uppercase;
	margin: 0 0 10px;
	line-height: 1;
	color: #111111;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}

.fs-subtitle {
  font-weight: normal;
font-size: 14px;
color: #837E7E;
margin: 0 0 10px 0;
text-align: center;
}


.fs-subtitle a{
	color: #333333;
	font-size: 12px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  /*width: 100%;*/
  text-align: center;
  box-sizing: border-box;
}

#progressbar li {
	list-style-type: none;
	color: #222222;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	width: 25%;
	float: left;
	position: relative;
	margin: 0;
	line-height: 17px;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	line-height: 40px;
	font-weight: bold;
	display: block;
	font-size: 16px;
	background: #dddddd;
	color: #333;
	border-radius: 40px;
	margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #dddddd;
  position: absolute;
  left: -50%;
  top: 19px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
  background: #fed530;
  color: #111111;
}



/* Info */

.info {
  margin: 35px auto;
  text-align: center;
}

.info h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: normal;
  color: #333333;
  padding-bottom: 5px;

}



/* RESPONSIVE */
/* moves error logs in tablet/smaller screens */

@media (max-width:976px){

/*brings inputs down in size 
.steps input, .steps textarea {
  outline: none;
  display: block;
  width: 100% !important;
  }

  /*brings errors in 
  .error1 {
  left: 345px;
  margin-top: -58px;
} */

	
.steps {
	width: 100%;
	margin: 20px 0px;
	position: relative;
	margin-bottom: 40px;
	min-height: 1060px;
}

	
}


@media (max-width: 670px){
/*mobile phone: uncollapse all fields: remove progress bar*/

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.steps .action-button, .action-button {
 width: 100% !important;
}

.fillsmallscreen {
    width: 100% !important;
}

	
.steps {
  width: 100%;
  margin: 20px 0;
  position: relative;
	min-height: 1100px;
}

#progressbar{
  display: block;
}

.fs-subtitle {
font-size: 14px;
}
	
.trouble {font-size: 13px;}
	
#progressbar li {font-size: 10px;}
	
/*move error logs */
.error1 {
  position: relative;
  left: 0 !important;
  margin-top: 10px;
  top: -6px;
}

.error1:before {
  width: 0;
  height: 0;
  left: 14px;
  top: -7px;
  content: '';
  position: absolute;
  border-left: 6px solid transparent;
  border-bottom: 8px solid #c10c10;
  border-right: 6px solid transparent;
  }

	
	
.steps fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	padding: 10px 20px;
	border-top: 9px solid #fed530;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	box-shadow: 0 12px 31px -13px rgb(0, 0, 0);

	/*stacking fieldsets above each other*/
	position: absolute;
}

	
.submit {
  float: right;
  margin: 28px auto 10px;
  width: 100% !important;
}

}

