﻿/* Add a green text color and a checkmark when the requirements are right */
.password-valid {
    color: green;
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.password-invalid {
    color: #b9323f !important;
}

