
.input-group #birthday+label{
  background: #FFF;
  opacity: 1;
  width: 100%;
  height: 20px;
  color: #aea6a7;
}
.input-group #birthday:focus+label{
  background: transparent;
  width: auto;
  height: auto;
  color: #230e11;
}