.oneauto-password-error {
	display: none;
	margin-top: 7px;
	color: #dc2626;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.oneauto-password-error.is-visible {
	display: block;
}

input.oneauto-password-invalid {
	border-color: #dc2626 !important;
	box-shadow: 0 0 0 2px rgba(220, 38, 38, .14) !important;
}