:root {
  --ch-purple: #6458a1;
  --ch-purple-deep: #32236d;
  --ch-orange: #ff6900;
  --ch-pink: #e06d92;
  --ch-cream: #fbf7ef;
}

.navbar-brand img,
.web-footer img {
  max-height: 40px;
}

body[data-path="login"] {
  background: radial-gradient(circle at 18% 12%, rgba(155, 81, 224, 0.20), transparent 30%),
    linear-gradient(135deg, #fbf7ef 0%, #ffffff 48%, #eee9ff 100%);
}

.centered.splash {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 105, 0, 0.14), transparent 28%),
    linear-gradient(135deg, #fbf7ef 0%, #ffffff 50%, #eee9ff 100%);
}

.centered.splash img {
  display: none !important;
}

.centered.splash::before {
  content: "";
  display: block;
  box-sizing: content-box;
  width: 190px !important;
  max-width: 190px !important;
  height: 86px !important;
  padding: 22px;
  border: 1px solid rgba(100, 88, 161, 0.12);
  border-radius: 28px;
  background:
    rgba(255, 255, 255, 0.92)
    url("/assets/construhome_brand/images/construhome-logo.png") center / contain no-repeat content-box;
  box-shadow: 0 18px 55px rgba(37, 24, 88, 0.14);
}
