.password-validation-container{width:100%}.password-complexity-meter{width:100%;height:4px;background-color:#e9ecef;border-radius:2px;overflow:hidden;margin-bottom:.5rem}.complexity-bar{width:0;height:100%;transition:width .3s ease,background-color .3s ease}.complexity-neutral{width:0;background-color:#e9ecef}.complexity-weak{width:33%;background-color:#dc3545}.complexity-medium{width:66%;background-color:#ffc107}.complexity-strong{width:100%;background-color:#28a745}.password-complexity-feedback{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.complexity-error{display:inline-flex;align-items:center;font-size:.8rem;margin-right:.5rem;white-space:nowrap}.complexity-error i{margin-right:.25rem;font-size:.9rem;flex-shrink:0}