:root {
  --fellorm-brand: #19704f;
  --fellorm-brand-soft: #72d0a4;
}

.navbar .app-logo {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.page-card-head img,
.for-login .page-card-head img,
.for-forgot .page-card-head img {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: contain;
}

.fellorm-about {
  display: grid;
  gap: 14px;
}

.fellorm-about-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fellorm-about-brand img {
  width: 46px;
  height: 46px;
  border-radius: 12px;
}

.fellorm-about-brand h3,
.fellorm-about-brand p {
  margin: 0;
}

.fellorm-about-brand p {
  color: var(--text-muted);
  font-size: var(--text-sm);
}
