

.default-showpassword {
    /* background: #bbb; */
    border-radius: 9px;
    float: right;
    /* background-color: #666; */
    background-image: url(/assets/icons/seenby2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /* padding: 0px 0 1px 0; */
    box-sizing: border-box;
    background-origin: content-box;
    cursor: pointer;
}
.default-showpassword-hide {
    background-image: url(/assets/icons/notseenby2.png);
}