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

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

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

.custom-input label.active {
  top: -16px;
  left: 5px;
  font-size: 12px;
  color: #737373;

}

.custom-input label.active.focusIn {
  color: #737373;
}

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





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

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

.custom-input-small label.active {
  top: -16px;
  left: 5px;
  font-size: 12px;
  color: #737373;
}

.custom-input-small label.active.focusIn {
  color: #737373;
}