input::-ms-clear, input::-ms-reveal {
  display: none;
}
.ai-lh-form-row > * #NewPass,
.ai-lh-form-row > * #NewPass2 {
	width: 145px;
	height: 15px;
}
.ttPassword-toggle {
	display: inline-block;
	font-size: 14px!important;
	cursor: pointer;
	outline: none;
}
.ttPassword-toggle-mobile {
	display: none;
	margin-top: 5px;
}
.ttPassword-main-container {
	display: none;
}
.ttPassword-container {
	width: 260px;
	padding: 5px 0px;
	
	font-size: 12px;
	line-height: 12px;
	color: #990000;
	font-weight: 400;
	font-style: normal;
	font-family: sans-serif;
}
.ttPassword-header {
	font-size: 14px;
	line-height: 14px;
	color: #111111;
	font-weight: 600;
	font-style: normal;
	
	margin-bottom: 10px;
}
.ttPassword-header-text {
	display: inline-block;
}
.ttPassword-icon {
	display: inline-block;
	width: 16px;
}
.ttPassword-initial {
	color: #990000;
}
.ttPassword-initial-optional {
	color: #111;
}
.ttPassword-check {
	display: none;
	color: #0F8954;
}
.ttPassword-check-optional {
	display: none;
	color: #0F8954;
}
.ttPassword-times {
	display: none;
	color: #990000;
}
.ttPassword-times-optional {
	display: none;
	color: #990000;
}
.ttPassword-text {
	display: inline-block;
	font-weight: bold;
}
.ttPassword-text-optional {
	display: inline-block;
	font-weight: bold;
	color: #111;
}
.ttPassword-close {
	float: right;
	cursor: pointer!important;
}
.asmark-form-content-row-note-password-requirements-check {
	color: #0F8954!important;
}
.asmark-form-content-row-note-password-requirements-times {
	color: #990000!important;
}

/*********/
/* Media */
/*********/
/* X-Small */
@media only screen
and (max-width : 575px) {
	.ttPassword-toggle-desktop {
		display: none;
	}
	.ttPassword-toggle-mobile {
		display: block;
	}
}
/* Small */
@media only screen
and (min-width : 576px)
and (max-width : 767px) {
}
/* Medium */
@media only screen
and (min-width : 768px)
and (max-width : 991px) {
}