/* your styles go here */

input.input-material:-webkit-autofill ~ label,
input.input-material:-webkit-autofill:hover ~ label,
input.input-material:-webkit-autofill:focus ~ label {
  font-size: 0.8rem;
  top: -10px;
  color: #1c7be2;
}