.input-with-eye {
    position: relative;
}

.eyes-container {
    position: absolute;
    top: 32px;
    right: 6px;
}

.eyes-container--move {
    right: 32px !important;
}

.eyes-container .fa-eye {
    display: none;
    position: absolute;
    right: 0px;
}

.eyes-container .fa-eye, .eyes-container .fa-eye-slash {
    cursor: pointer;
    color: grey;
}

.eyes-container .fa-eye:hover, .eyes-container .fa-eye-slash:hover {
    color: black;
}
