.divPassword {
    top: 30px;
    right: 4px;
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 1.5;
    text-align: center;
    border-radius: 0.25rem;
    transition: all 0.1s ease-in-out;
}

.divPassword i{
    font-size:0.8em;
    position:relative;
    top:-1px;
    left:0.5px
}