.input-with-icon {
    position: relative;
    width: 100%;
    height: 2.75em;
    box-sizing: border-box;
}


.input-with-icon > input {
    height: 100%;
    width: 100%;
    padding-right: 2em;
    box-sizing: border-box;
}

.input-with-icon .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 2em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}