.input-container {
    position: relative;
    max-width: 420px;
}

/* El ícono debe ser "position: absolute" */
.input-icon {
    position: absolute;
    display: block;
    bottom: 0.5rem;
    right: 1rem;
    user-select: none;
    cursor: pointer;
}

/* Ajusto el padding del input para evitar que el ícono se solape con el texto */
.input-field {
    padding-right: 2.5rem;
}