.text-core {
  position: relative;
  background: #007cc3;
}
.text-core .text-wrap {
  position: absolute;
}
.text-core .text-wrap textarea,
.text-core .text-wrap input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  resize: none;
  position: absolute;
  background: #fff;
  overflow: hidden;
  margin: 0;
  padding: 6px 6px 5px 6px;
  white-space: nowrap;
  font: 13px Arial,Helvetica,sans-serif;
  line-height: 13px;
  height: auto;
}

*::-webkit-input-placeholder {
    color: #000;
}    
*::-moz-placeholder {
    color: #000;
}    
*:-ms-input-placeholder {
    color: #000;
}