.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

.progress {
	margin-bottom: 2rem;
}
	
	
input[type='checkbox'].filled {
	margin-top: -30px;
}

input[type='checkbox'].filled {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
	width: 13px;
	height: 13px;
	margin: 0;
	display: block;
	float: left;
}

input[type='checkbox'].filled:after {
	content: "";
	vertical-align: middle;
	text-align: center;
	line-height: 13px;
	position: absolute;
	height: 13px;
	width: 13px;
	left: 0;
	top: 0;
	font-size: 10px;
	margin-top: 3px;
}

input.filled.bg-success-400:after {
	-webkit-box-shadow: inset 0 1px 1px #66bb6a, 0 1px 0 #66bb6a;
	-moz-box-shadow: inset 0 1px 1px #66bb6a, 0 1px 0 #66bb6a;
	box-shadow: inset 0 1px 1px #66bb6a, 0 1px 0 #66bb6a;
	background: #66bb6a;
}
input.filled.bg-orange-400:after {
	-webkit-box-shadow: inset 0 1px 1px #ffa726, 0 1px 0 #ffa726;
	-moz-box-shadow: inset 0 1px 1px #ffa726, 0 1px 0 #ffa726;
	box-shadow: inset 0 1px 1px #ffa726, 0 1px 0 #ffa726;
	background: #ffa726;
}
input.filled.bg-info:after {
	-webkit-box-shadow: inset 0 1px 1px #00bcd4, 0 1px 0 #00bcd4;
	-moz-box-shadow: inset 0 1px 1px #00bcd4, 0 1px 0 #00bcd4;
	box-shadow: inset 0 1px 1px #00bcd4, 0 1px 0 #00bcd4;
	background: #00bcd4;
}
