#top-wrapper .eye_icon {
    background-image: url(../../img/top/eye_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
}

#top-wrapper .eye_slash_icon {
    background-image: url(../../img/top/eye_slash_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
}