<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#first-pwd-msg, #second-pwd-msg {
	color: #a94442;
	font-size: 12px;
}

#second-pwd-msg {
	display: none;
}

.incorrect-password {
	border-color: #a94442 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	outline-color: #a94442 !important;
}

.correct-password {
	border-color: #3c763d !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168 !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168 !important;
	outline-color: #3c763d !important;
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	max-width: 241px !important;
	margin-top: 5px;
	margin-bottom: 5px !important;
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	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;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-bar-warning {
	background-color: #ffc107;
}

.progress-bar-danger {
	background-color: #d9534f;
}

/* TODO: check if this is already being used somewhere else */
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
	src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
	url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
	url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
	url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
	url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font: normal normal 16px/1 'Glyphicons Halflings';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	margin-right: 4px;
}

/* Add icons you will be using below */
.glyphicon-remove:before {
	content:"\e014";
}
.glyphicon-ok:before {
	content:"\e013";
}

#password-glyphicon {
	position: relative;
	left: 2px;
}

.glyphicon-remove {
	color: #a94442;
}

.glyphicon-ok {
	color: #3c763d;
}

.glyphicon {
	font-size: 12px;
}
</pre></body></html>