.password-label-row{display:flex;justify-content:space-between;align-items:center}.password-strength{font-size:.85rem;font-weight:600}.password-strength.weak{color:red}.password-strength.medium{color:#ffa268}.password-strength.strong{color:green}.login-input{width:100%;box-sizing:border-box}.password-underline{height:.4rem;margin-top:.45rem}.password-underline.weak{background-color:red;width:5rem}.password-underline.medium{background-color:#ffa268;width:10rem}.password-underline.strong{background-color:green;width:15rem}.show_password_container{display:flex;justify-content:flex-end}.show_password_btn{background:0 0;border:none;outline:0;box-shadow:none;border-radius:1rem;margin:0;padding:.25rem .5rem;color:#16409e;font-size:.75rem;transition:.2s background-color ease-in-out}.show_password_btn:hover{cursor:pointer;background-color:#d1cccc}