.bullet-steps {
	text-align: center;
}

.bullet-steps li {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	background: #ccc;
}

.bullet-steps li.active {
	background: #000;
}

.register .form-container label {
	text-transform: none;
}