#color-other {
	width: 100%;
	padding: 20px 0 0;
	text-align: center;
	display:none;
}
.oneset-form {
	background: #ebebeb;
	padding: 10px 15px;
	margin: 15px;
	border-radius: 25px;
	box-shadow: 2px 2px 2px #808080;
}
.oneset-form .setup-content{
	width: 90%;
	margin: auto;
}
.stepwizard-step p {
	margin-top: 10px;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
	top: 35px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 75%;
	height: 1px;
	background-color: #4a4a4a;
	left: 90px;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.btn-circle {
	width: 60px;
	height: 60px;
	text-align: center;
	padding: 5px;
	font-size: 40px;
	line-height: 1.5;
	border-radius: 100%;
}
.btn-circle {
	width: 60px;
	height: 60px;
	text-align: center;
	padding: 5px;
	font-size: 40px;
	line-height: 1.5;
	border-radius: 100%;
}
.oneset-form a.btn-danger:link {
	color: #fff!important;
	pointer-events: none;
}
.oneset-form a:link {
	pointer-events: none;
}
input[type=text], input[type=email] {
	width: 100%;
}

@media (max-width: 576px){
	.stepwizard-row:before {
		top: 25px;
		width: 75%;
		left: 40px;
	}
	.btn-circle {  	
		width: 50px;
		height: 50px;
		padding: 0;
		font-size: 30px;
	}
	.oneset-form .setup-content {
		width: 100%;
	}
	.oneset-form {
		padding: 10px;
		margin: 15px 5px;
	}
}