﻿
.pwd-condition-list ul li {
	list-style-type: none;
	padding-bottom: 2px;
	position: relative;
}

.pwd-condition-list ul li p {
	text-align: left;
	font-size: 16px;
	letter-spacing: 0.13px;
	color: #1C2E33;
	opacity: 1;
}

.pwd-condition-list ul li.active p {
	color: #0E981E;
}

.pwd-condition-list ul {
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 0;
}

.pwd-condition-list ul li p {
	text-align: left;
	font-size: 16px;
	letter-spacing: 0.13px;
	color: #1C2E33;
	opacity: 1;
}

.pwd-condition-list ul li.active p {
	color: #0E981E;
}

.pwd-condition-list ul li {
	position: relative;
}

.pwd-condition-list ul li::before {
	position: absolute;
	left: -20px;
	content: "";
	background-image: url('../Images/ORM/Check_disabled.svg');
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	top: 4px;
}

.pwd-condition-list ul li.active::before {
	position: absolute;
	left: -20px;
	content: "";
	background-image: url('../Images/ORM/Check.svg');
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	top: 4px;
}

.pwd-conditions .text-contain p {
	text-align: left;
	font-size: 16px;
	letter-spacing: 0.13px;
	color: #1C2E33;
	opacity: 1;
	font-weight: bold;
}

/*.pwd-reset-right-sec .pwd-conditions {
	position: relative;
	bottom: inherit;
	left: inherit;
	box-sizing: border-box;
}
*/
.pwd-conditions .text-contain p {
	text-align: left;
	font-size: 16px;
	letter-spacing: 0.13px;
	color: #1C2E33;
	opacity: 1;
	font-weight: bold;
}

.validation-summary-errors ul {
	padding-bottom: 10px;
	list-style-type: none;
}

#changepwd {
	height: calc(100vh - 95px);
}

.pp-newPwd {
	position: relative;
}

.pp-newPwd .pwd-strong,
.pp-newPwd .pwd-weak,
.pp-newPwd .pwd-Good {
	position: absolute;
	top: 10px;
	right: -55px;
}
.pp-newPwd .pwd-strong.set-pwd-strong,
.pp-newPwd .pwd-weak.set-pwd-weak,
.pp-newPwd .pwd-Good.set-pwd-good {
	position: unset;
	margin-left: 20px;
	margin-top: 8px;
}
.pp-newPwd .set-pwd-strong,
.pp-newPwd .pwd-strong {
	color: #3fbb00; /*green*/
}
.pp-newPwd .set-pwd-strong,
.pp-newPwd .pwd-weak {
	color: #ff0000; /*red*/
}
.pp-newPwd .set-pwd-strong,
.pp-newPwd .pwd-Good {
	color: #006dcc; /*blue*/
}