
h2 {
  font-size: 22px;
  margin-bottom: 6px;
}

p {
  font-size: 14px;
}

form {
  width: 100%;
}

#errorMsg {
  font-size: 13px;
}

/* Button full width for auth */
#loginBtn {
  width: 100%;
}

/* Input spacing consistency */
input {
  background: #ffffff;
}

/* Small screens */
@media (max-width: 480px) {
  .card {
    padding: 20px;
  }
}
