
:root {
  color-scheme: light !important;
}

html,
body,
#__nuxt,
#__layout,
.nuxt-app {
  background: #ffffff !important;
  color-scheme: light !important;
}

input,
textarea,
select,
button {
  color-scheme: light !important;
}

input,
textarea,
select {
  background-color: #ffffff !important;
  color: #111827 !important;
}

input::placeholder,
textarea::placeholder {
  color: #9ca3af !important;
  opacity: 1 !important;
}

.auth,
.auth__wrapper,
.auth__content {
  background: #ffffff !important;
  color-scheme: light !important;
}
