.input-212121 {
  background-color: #212121 !important;
  color: white !important;
  -webkit-appearance: none;
  border: none !important;
}

.input-212121:-webkit-autofill {
  background-color: #212121 !important;
  -webkit-box-shadow: 0 0 0 30px #212121 inset !important;
  -webkit-text-fill-color: white !important;
  border: none !important;
}

