#togglePassword {
    color: rgb(102, 102, 102);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 10;
}