.watermark {
  visibility: hidden;
}
#readme-button {
  visibility: hidden;
}

#chat-submit {
  background-color: #fa602d;
}

#stop-button {
  background-color: #fa602d;
}

#confirm {
  background-color: #fa602d;
}
#user-nav-button {
  background-color: #fa602d;
}

.grid .bg-muted {
  display: none;
}
#root .grid {
  grid-template-columns: 1fr;
  min-height: 100vh;
  justify-content: center;
}

.grid .flex {
  justify-content: center;
  align-items: center;
}

#root
  > div.grid.min-h-svh.lg\:grid-cols-2
  > div.flex.flex-col.gap-4.p-6.md\:p-10 {
  margin-top: 2%;
}

#root
  > div.grid.min-h-svh.lg\:grid-cols-2
  > div.flex.flex-col.gap-4.p-6.md\:p-10 {
  row-gap: 20px;
}

#root
  > div.grid.min-h-svh.lg\:grid-cols-2
  > div.flex.flex-col.gap-4.p-6.md\:p-10
  > div.flex.flex-1.items-center.justify-center
  > div
  > form {
  row-gap: 30px;
}

#welcome-screen > img {
  width: 400px;
  height: 94px;
}

#root
  > div.grid.min-h-svh.lg\:grid-cols-2
  > div.flex.flex-col.gap-4.p-6.md\:p-10
  > div.flex.justify-center.gap-2.md\:justify-start
  > img {
  content: url("logo_auth.png");
}
