.login-card{max-width:50rem;width:100%}.security-form-container{margin:0 auto;max-width:600px}.security-card{margin:0 auto;max-width:40rem}.password-strength{display:flex;gap:.25rem;margin-top:.5rem}.password-strength .strength-bar{background:var(--bs-light-gray);border-radius:.125rem;flex:1;height:.25rem;transition:background-color .3s ease}.password-strength .strength-bar.active.weak{background:var(--bs-danger)}.password-strength .strength-bar.active.medium{background:var(--bs-warning)}.password-strength .strength-bar.active.strong{background:var(--bs-success)}.show-hide{background:var(--bs-purple-pale);border:1px solid var(--bs-purple);color:var(--bs-purple);cursor:pointer;transition:all .2s ease;user-select:none}.show-hide:hover{background:var(--bs-purple-light);color:#fff}