.form-box { padding-top: 0px; }

/* .f1 {
	padding: 25px; background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
} */
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { position: absolute; top: 24px; left: 45px; width: 80%; height: 1px; background: #ddd;}
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #886ab5; }


.f1-step { position: relative; float: left; width: 20%; padding: 0 5px; }

.f1-step .f1-step-label { margin-left:15px; color: #ffffff;}
.f1-step.active .f1-step-label { margin-left:15px; color: #ffffff !important;}
.f1-step.activated .f1-step-label { margin-left:15px; color: #fff;}


.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ccbfdf; align-items: center;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #886ab5; border: 1px solid #886ab5; color: #FD3995; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 42px; height: 42px; margin-top: 2px; background: #FD3995; font-size: 22px; line-height: 42px; align-items: center;
}



.f1-step p { color: #ccc; font-size: 16px; }
.f1-step.activated p { color:#373737; font-size: 16px;}
.f1-step.active p { color: #373737; font-size: 16px; }

.f1 fieldset { display: none; text-align: left; margin-left: 200px; margin-right: 100px; }

.f1-buttons { text-align: left; }

.f1 .input-error { border-color: #f35b3f; }