@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200..1000&family=Open+Sans:wght@300..800&display=swap");

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  min-height: 100vh;
}


.attribution-card {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 80%;
}

.form-section {
  background-color: #f9fafb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-container {
  max-width: 450px;
  width: 100%;
}

.form-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #101928;
}

.form-description {
  color: #667185;
  font-size: 12px !important;
}

.btn-primary {
  background-color: #57aeff;
  border: none;
  padding: 12px;
  font-weight: 600;
  border-radius: 8px;
}

.btn-primary:hover {
  background-color: #3498db;
}

.text-primary {
  color: #57aeff !important;
}
