.logo {
  width: 200px;       /* Was 40px — now 2x bigger */
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}

body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Input styling overrides (if needed) */
input[type="email"],
input[type="password"] {
  font-family: 'Poppins', sans-serif;
}

/* Login page logo styling */
.login-logo {
  display: block;
  margin: 0 auto 1rem auto; /* center horizontally, space below */
  width: 160px;   /* Fixed width for prominent logo */
  height: auto;
}

.header-logo {
  width: 200px;   /* whatever fixed width you want */
  height: auto;   /* preserve aspect ratio */
}

