button {
  background: #F0660F;
  text-transform: uppercase !important;
}

input[type=text] {
  position: relative;
  display: inline-block;
}

/* Hide the native placeholder */
input[type=text]::placeholder {
  content: "Access Key"; /* Your custom text */
}