﻿.licenseplate {
  color: #333;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0 10px 9px;
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 5px;
  outline: none;
  background-image: linear-gradient(90deg, blue 10%, white 10%);
  &::placeholder {
    color: #eee;
  }

  &::-ms-input-placeholder { /* Edge 12 -18 */
    color: #eee;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  /*-webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #23232329;*/
}

/*input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}
*/