.password-toggle-icon {
    color: #222;
    z-index: 2;
    cursor: pointer;
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    background-position: center;
    &.eye { background-image: url("../img/icon/eye/eye-5e6128c8e4a8272935a696f617485cc4.svg"); }
    &.eye-slash { background-image: url("../img/icon/eye/eye-slash-12047a9c5452ea4343c7a4f1d5b667ef.svg"); }
}