.jq-password-validator__popover {
				background: #fff;
				border-radius: 3px;
				box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
				color: #4E44A6;
				padding: 1.5rem;
				transition: all 0.2s;
			}

			.jq-password-validator__popover header {
				font-weight: normal;
				margin-bottom: 0.5rem;
			}

			em {
				border-bottom: 1px dotted;
				font-style: normal;
			}

			.is-valid {
				color: #4E44A6;
			}

			.jq-password-validator__checkmark {
				fill: #44A64D;
                margin-right: 0.1em;
			}