img[src*="public/logo.png"] {
  display: block !important;
  height: 32px !important;
  width: auto !important;
  content: url("/public/logo.png") !important;
}

#welcome-screen img.logo {
  content: url("/public/logo.png") !important;
  width: 200px !important;
  height: auto !important;
}
img.logo.w-\[150px\] {
  content: url("/public/logo2.png") !important;
  width: 50px !important;
  height: auto !important;
}

.MuiGrid-grid-md-8,
[class*="MuiGrid-grid-md-8"],
div:has(> img[src*="logo.png"]) {
  background-color: #ffffff !important;
  background-image: none !important;
  display: flex !important;
  padding-left: 50px !important;
  align-items: center !important;
}

.MuiGrid-grid-md-8 img[src*="logo.png"],
[class*="MuiGrid-grid-md-8"] img[src*="logo.png"],
div:has(> img[src*="logo.png"]) > img:not(#corner-logo) {
  display: block !important;
  width: 550px !important;
  height: auto !important;
  max-width: 80% !important;
  margin: 0 !important;
  position: static !important;
}

button[type="submit"] {
  background-color: #7c3aed !important;
  border-radius: 4px !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

form h1,
form h2,
form h3 {
  color: #7c3aed !important;
  font-weight: 700 !important;
  font-size: 32px !important;
}