#dot{
	width: auto;
	border: none;
	padding: 6px 6px;
	box-shadow: none;
}
.pcode-sth {
	width: 18rem;
	position: relative;
	top: 0.2rem;
	color: blue;
}
.pcode-box {
	position: relative;
	top: -0.8rem;
}
.password-progress {
	height: 12px;
	width: 10rem;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-o-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-ms-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.gogobar {
	float: left;
	height: 100%;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-o-transition: width .6s ease;
	-ms-transition: width .6s ease;
	transition: width .6s ease;
}

.bg-red {
	background: #E74C3C;
	border: 1px solid #E74C3C;
}
.bg-orange {
	background: #F39C12;
	border: 1px solid #F39C12;
}
.bg-green {
	background: #1ABB9C;
	border: 1px solid #1ABB9C;
}
