.defaultLabel{
height: fit-content;
width: 100%;
label{
font-size: 13px;
  padding: 0px 13px;
  position: absolute;
  background-color: rgb(255,252,247);
  top: -8px;
  left: 15px;
}
input{
height: 100%;
  width: 100%;
  border: 1px solid rgb(159,192,88);
  background-color: rgb(255,252,247);
}
}
}