.clw-passwrap{
    position: relative;
    display: inline-block;
    width: 100%;
}
.clw-passwrap > input[type="password"],
.clw-passwrap > input[type="text"]{
    padding-right: 3.6rem; /* extra space for icon + text */
    box-sizing: border-box;
    width: 100%;
}
.clw-togglepass{
    position: absolute;
    right: .6rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: 12px;
    color: #111; /* sets currentColor for SVG */
    padding: 0;
    margin: 0;
}
.clw-togglepass:focus{
    outline: 2px solid #2271b1;
    border-radius: 6px;
    outline-offset: 2px;
}
.clw-togglepass svg{
    width: 18px;
    height: 18px;
    display: block;
}
.clw-label{
    font-size: 12px;
    line-height: 1;
    user-select: none;
}\n