/* Shown under the password field when creating an account */
.auth-password-hint {
    font-size: 12px;
    color: var(--text-muted);
    margin: -6px 0 14px;
    line-height: 1.45;
    max-width: 100%;
}

.auth-password-hint[hidden] {
    display: none !important;
}
