﻿/*.password-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin-top: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
    width: 100%;
    font-size: 0.875rem;
}*/

.valid {
    color: green;
}

.invalid {
    color: red;
}