.password-toggle-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('/wp-content/plugins/codekiste-school/img/eye-solid.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}
