.input-field-over {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0.01; /* Почти прозрачное, но "есть" на странице */
}