﻿.password-strength{margin-top:8px;}.password-strength .password-strength-bar{width:100%;height:6px;background-color:var(--bs-gray-300);border-radius:3px;overflow:hidden;}.password-strength .password-strength-bar .password-strength-fill{height:100%;transition:width .3s ease,background-color .3s ease;border-radius:3px;}.password-strength .password-strength-text{margin-top:4px;font-size:90%;}.password-strength.weak .password-strength-fill{width:33%;background-color:var(--bs-danger);}.password-strength.medium .password-strength-fill{width:66%;background-color:var(--bs-warning);}.password-strength.strong .password-strength-fill{width:100%;background-color:var(--bs-success);}.password-checklist{margin-top:8px;}.password-checklist .requirement{display:flex;align-items:center;margin-bottom:4px;font-size:.875rem;}.password-checklist .requirement .requirement-icon{margin-right:8px;font-weight:bold;width:16px;text-align:center;}.password-checklist .requirement .requirement-text{color:var(--bs-gray-600);}