:root {
  color-scheme: dark;
}

html,
body,
#root {
  background: #101417 !important;
  color: #f4f7f8 !important;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0 0 auto;
  height: 8px;
  background: #42b7c8;
}

img[alt="Logo"] {
  content: url("/tjcreate-login-logo.png") !important;
  width: 126px !important;
  height: 126px !important;
  object-fit: contain !important;
  margin-bottom: 14px !important;
}

#sign-in-button {
  min-height: 48px !important;
  border-radius: 10px !important;
  background: #23899a !important;
  box-shadow: none !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

#sign-in-button:hover {
  background: #2aa2b5 !important;
}

#reset-password-button,
a {
  color: #63c8d7 !important;
}

input,
fieldset {
  border-radius: 10px !important;
}

input:focus,
fieldset:has(input:focus) {
  border-color: #42b7c8 !important;
}

.Mui-focused,
.MuiCheckbox-root.Mui-checked {
  color: #42b7c8 !important;
}

@media (max-width: 600px) {
  body::before {
    height: 6px;
  }

  img[alt="Logo"] {
    width: 108px !important;
    height: 108px !important;
  }
}
