/*------------------------------public responsive */
@media screen and (max-width: 800px) {
  /*add code here*/
}

@media (max-width: 480px) {
  :root {
    --label-float-size: 0.7rem;
    --default-size: 15px;
  }

  .input-group input {
    padding: 10px 6px;
  }
}