.single-col .divider.dotted {
	width: 420px;
	margin: 0 auto 25px;
}
.single-col .divider {
	margin-bottom: 20px;
	text-align: center;
	width: 500px;
}
.single-col .divider h5.v3 {
	background: #fff;
	margin: 0;
}

.single-col .divider hr {
	margin: -10px 20px 0 20px;
	border-top: 1px solid #d9d5d2 !important;
	border-bottom: none;
	border: 0;
}

.single-col .divider h5 {
	color: #9b9691;
	display: inline-block;
	padding: 0 15px;
}
.single-col h1, .single-col h2, .single-col h3, .single-col h4, .single-col h5 {
	font-weight: 400;
}

a.light-grey {
	color: #9b9691;
}

.single-col.narrow {
	width: 440px;
}

.single-col .form-actions .primary.btn {
	width: 140px;
	font-size: 16px;
	float: none;
}

.single-col .g0 {
	text-align: left;
	background-color: #fcfbfb;
	border: 1px solid #d9d5d2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 10px 8px;
}
.single-col .g1 {
	display: inline-block;
	width: 90px;
}
.single-col .g2 {
	width: auto;
}
.single-col .g3 {
	display: inline-block;
	width: 130px;
}

.progress {
	width: 120px;
	height: 20px;
	overflow: hidden;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
	background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9);
	background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progress .bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top,#149bdf,#0480be);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
	background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
	background-image: -o-linear-gradient(top,#149bdf,#0480be);
	background-image: linear-gradient(to bottom,#149bdf,#0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.progress-danger .bar, .progress .bar-danger {
	background-color: #dd514c;
	background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35); 
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35)); 
	background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35); 
	background-image: -o-linear-gradient(top,#ee5f5b,#c43c35); 
	background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0);
}

.progress-warning .bar, .progress .bar-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
}
.progress-success .bar, .progress .bar-success {
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top,#62c462,#57a957);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
	background-image: -webkit-linear-gradient(top,#62c462,#57a957);
	background-image: -o-linear-gradient(top,#62c462,#57a957);
	background-image: linear-gradient(to bottom,#62c462,#57a957);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0);
}

/* div.cf-pwd input {
	width: 250px;
} 

div.cf-pwd div.progress {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.pwd-status {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

#pwd1 {
	display: block;
}
#pwd2 {
	font-size: 0.85em;
	display: inline-block;
} */