html,
body {
  height: 100%;
}

.form-addSong {
  max-width: 500px;
  padding: 1rem;
}

.form-addSong .form-floating:focus-within {
  z-index: 2;
}

.form-addSong .top {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-addSong .middle {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-addSong .bottom {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
