.inputWithSuffix {
    position: relative;
}

.inputWithSuffix > label:first-of-type {
    position: absolute;
    height: 32px;
    padding-top: 3px;
    line-height: 29px;
    top: 0;
}

.invisibleLabel {
    position: absolute;
    left: -10000px;
    top: -10000px;
    height: auto;
    width: auto;
    white-space: nowrap;
}