/**
 * StarzMeet — register-form clarity (pairs with assets/js/starzmeet-register.js).
 * Styles the reassurance note under the password field on the Sign-Up form.
 */
.sm-reg-hint {
	display: block;
	margin: -4px 0 14px;
	font-size: 12px;
	line-height: 1.5;
	color: #7a7a8c;
}
