.backspace {
    color: #bbb;
    position: absolute;
    right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 .875rem;
}

.backspace:hover {
    color: #999;
    cursor: pointer;
}