input.form-control-new {
  background-color: #f3d54b !important;
  background-image: url("https://carsni.uk/uploads/uk-license-plate.png");
  background-repeat: no-repeat;
  background-size: auto 100%, 100% auto;
  border: 2px solid #2d3940 !important;
  border-radius: 10px !important;
  color: #2d3940 !important;
  height: 60px !important;
  max-width: 300px; 
  line-height: 40px !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  padding: 8px 0 5px !important;
  padding-left: 30px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  z-index: 0;
  margin-right: 25px !important;
}

input.form-control-new:focus {
  background-color: #f3d54b !important; /* Keep the yellow background */
  border-color: #2d3940 !important;     /* Keep the border consistent */
  color: #2d3940 !important;            /* Keep the text color */
  outline: none !important;             /* Remove default focus outline */
}
