.show-pwd-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #bcbcbc;
    cursor: pointer;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.show-pwd-icon.is-active:after {
    content:"\E052";
}
.show-pwd-icon:after {
    content:"\E053";
}