.custom-input {
  position: relative;
  padding-top: 20px;
  margin-bottom: 10px;
}

.custom-input input,
.custom-input select {
  padding-left: 15px;
}

.custom-input label {
  cursor: text;
  margin: 0;
  padding: 0;
  left: 15px;
  top: 27px;
  position: absolute;
  font-size: 14px;
  color: #ccc;
  font-weight: normal;
  transition: all .3s ease;
}

.custom-input label.active {
  top: 0;
  left: 0;
  font-size: 12px;
}

    .custom-input label.active.focusIn {
        color: var(--primary-color);
    }

