.centerFrame{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	border-radius:1px;
	text-align:center;
	padding-top:4%;
	padding-bottom:4%;
}
.inputRow{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top:7%;
	font-size:15px;
	border-top: 1px solid #D6DCE0;
	border-bottom: 1px solid #D6DCE0;
}
.pwdChInput{
	width:80%;
	height:30px;
	padding:0;
	display:inline-block;
	color:#D6DCE0;
	/* background-color:#325775; */
	border:0;
	text-align:center;
}
.pwdChInput:-webkit-autofill {
    /* -webkit-box-shadow: 0 0 0px 1000px #325775 inset; */
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
.centerFrame input[type=button]{
	width:80%;
	margin-top:45px auto;
	height:25px;
	background-color:#f7f7f7;
	border:0;
	border-radius:5px;
	box-shadow: 1px 1px 1px #8B8D8E;
	cursor:default;
}
.centerFrame input[type=checkbox]{
	vertical-align: bottom;
  	width:25px;
  	height:25px;
  	max-width:18px;
	max-height:18px;
 	margin:10px auto 0;
	border:1px dotted #8B8D8E;
	font: 16px;
	opacity:0.6;
	margin-right:5px;
	border-radius:4px;
}
.centerFrame .inputCheckboxLabel{
	line-height:20px;
}
.centerFrame input[type=checkbox]:checked {
   background: #8B8D8E;
}
.errorText{
	color:#fb4f4f;
}
.successText{
	color:#7AB800;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
.chPwdSecureBox{
	width:100%;
	height:20px;
	/* background-color:#233d52; */
	font: bold 11px Arial, Helvetica;
	text-align:left;
}
.chPwdSecureBox:nth-of-type(1){
	margin-top:20px;
}
.chPwdSecureBar{
	height:20px;
	width:20%;
	display:inline-block;
}
.chPwdSecureBar:nth-of-type(1){
	background-color:#fb4f4f;
}
 .chPwdSecureBar:nth-of-type(2){
	background-color:#fb834f;
}
.chPwdSecureBar:nth-of-type(3){
	background-color:#fbb64f;
}
.chPwdSecureBar:nth-of-type(4){
	background-color:#fae450;
}
.chPwdSecureBar:nth-of-type(5){
	background-color:#54fa50;
}
