/* ------------ Floating Label ------------ */
.has-float-label label {
  color: #0C5F20;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  cursor: text;
  position: absolute;
  top: -7px;
  left: 10px;
  z-index: 3;
  padding: 0 4px;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
  color: #bdbdbd;
  font-weight: 300;
  font-size: 15px;
  top: 16px;
  margin-bottom: 0px;
  opacity: 1;
}