﻿.input-group {
    position: relative;
    display: inline-block;
}

#eyeIconContainer {
    position: absolute;
    right: 5px;
    z-index: 100
}

#password {
    padding-right: 20px; /* = icon width if you don't want the password to go under the icon */
}
