#progressbar{
	margin:0;
	padding:0;
	font-size:18px;
	}
.active{
	color:red;
	}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 5px 0 5px;
    
    }
fieldset{
	display:none;
	/*width: 450px;*/
	padding:20px 60px;
	margin-top:50px;
	margin-left: auto;
	margin-right: auto;
	border-radius:5px;
	box-shadow: 3px 3px 25px 1px gray;
	background-color: #ffffff;
	}

#first{
  display:block;
	}

.regform input[type=text],
.regform input[type=password],
.regform input[type=email],
.regform input[type=date],
.regform select{
	width:100%;
	margin:10px 0;
	height:40px;
	padding:5px;
	border: 1px solid rgb(39, 170, 224);
	border-radius: 4px;
	}

.regform input[type=text].error,
.regform input[type=password].error,
.regform input[type=email].error,
.regform input[type=date].error,
.regform textarea.form-control.error,
.regform select.error{
	border: 3px solid rgb(199, 8, 27);
	}

.regform textarea.form-control{
	width:100%;
	margin:10px 0;
	height:100px;
	padding:5px;
	border: 1px solid rgb(39, 170, 224);
	border-radius: 4px;
	}

/*input[type=submit],
input[type=button]{
	width: 120px;
	margin:15px 25px;
	padding: 5px;
	height: 40px;
	background-color: rgb(39, 170, 224);
	border: none;
	border-radius: 4px;
	color: white;
	}*/

.regform .success, .regform .error, #make-appointment .success{
	display: none;
	font-size: 120%;
}

@media only screen and (max-width: 767px) {
fieldset{
	width: 100%;
	}

#first{
	width: 100%;
	}

}
