div.field{width: 100%;display: flex;align-items: center;justify-content: space-between;background-color: var(--bs-gray-900);}input.password{width: 80%;}div.show-pass,div.gen-pass{cursor: pointer;margin-right: 3%;display: flex;align-items: center;font-weight: 600;font-size: 1rem;}div.show-pass::selection,div.gen-pass::selection,div.show-pass>*::selection,div.gen-pass>*::selection{background:none}div.progress-bar{padding:1% 0%;margin-top:1%;display:flex;justify-content:space-between;flex-direction: row;}div.progress-bar>div{border:1px solid lightgrey;width:22%;height:8px;border-radius:5px}
