input::placeholder, textarea::placeholder {
  color: black;
  font-size: 1rem;
}
label {
  transition: font-size 0.3s, top 0.3s;
}

.label-select{
  background-color: white;
  left: 11px; 
  top: 6px;
}

.up{
  top: -9px !important;
  font-size: 13px !important;
  white-space: nowrap;
}

