/* Postiz auth page - Atriumetal branding */

[class*="text-[36px]"][class*="pt-[88px]"] {
  display: none !important;
}

div.w-full.max-w-\[440px\].mx-auto > svg {
  display: none !important;
}

.text-\[14px\].mt-\[32px\].mb-\[12px\] {
  display: none !important;
}

div.gap-\[8px\].flex:has(div.bg-white),
div.gap-\[8px\].flex:has(div.cursor-pointer.bg-white) {
  display: none !important;
}

div.h-\[20px\].mb-\[24px\].mt-\[24px\].relative {
  display: none !important;
}

p.mt-4.text-sm:has(a[href="/auth"]) {
  display: none !important;
}

p.mt-4.text-sm:has(a[href="/auth/forgot"]) {
  display: none !important;
}

[class*="min-h-screen"][class*="bg-[#0E0E0E]"] {
  justify-content: center !important;
  align-items: center !important;
}

[class*="lg:w-[600px]"][class*="bg-[#1A1919]"] {
  flex: 0 0 auto !important;
  width: 100% !important;
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-center.mt-6 button[type="submit"],
button.bg-forth,
.bg-forth.text-white,
button[class*="!bg-[#00682d]"] {
  background-color: #00682d !important;
  border: none !important;
}

.text-center.mt-6 button[type="submit"]:hover,
button.bg-forth:hover,
button[class*="!bg-[#00682d]"]:hover {
  background-color: #005224 !important;
}
