.pass-wrapper {margin:5px 0 0;}
.loginC.rst-pass .pass-wrapper {
	margin-left: 0;
	text-align: left
}
.pass-graybar {
	height: 15px;
	background-color: #ccc;
	width: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 5px;
}
.pass-colorbar {
	height: 15px;
	background-image: url("../images/passwordstrength.jpg");
	position: absolute;
	top: 0;
	left: 0
}
.pass-percent, .pass-text {font-size: 14px}
.pass-percent {margin: 0}
.show-pass{position: relative;}
.showpass{
	position: absolute;
	top: 13px;
	right: 15px;
	width: auto!important;
	margin: 0!important;
	text-align: left!important;
}
.showpass input{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.showpass small{
	position: relative;
	font-size: 30px;
	color: #000;
	cursor: pointer;
}
.showpass small:before{
	display: inline-block;
	content:"\f070";
	font-family:'FontAwesome';	
}
.showpass input:checked ~ small:before{
	content:"\f06e";
}
.text-green-600.mb-4{
	display: block;
	width: 500px;
	border-radius: 10px;
	color: #fff!important;
	padding: 20px 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	background: #00af50;
	margin: 20px auto!important;
  }