.showPassContainer  {
    position: relative;
}
.showPassContainer input[type="password"]{
    padding-right: 25px;
}
.showPassContainer .fa{
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35px;
    height: 100%;
    line-height: 2.5em;
}
