.floating-label-group {
  position: relative;
  margin-top: 15px;
  margin-bottom: 25px;
  background: #fff;
}

.floating-label-group .floating-label {
  font-size: 20px;
  color: #444444;
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.floating-label-group input:focus ~ .floating-label,
.floating-label-group input:not(:focus):valid ~ .floating-label {
  top: -28px;
  bottom: 0px;
  left: 0px;
  font-size: 20px;
  opacity: 1;
  color: #444444;
}
/*# sourceMappingURL=style.css.map */