body {
  background-color: #f7fcf7;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
  padding: 0;
}

#signUpForm {
  width: 526px;
  max-width: 95%;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

h1 {
  font-weight: 700;
  font-size: 28px;
  color: #0d1c0d;
}

input,
select {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #d1e8d1;
  padding: 15px;
  font-size: 14px;
  background-color: #f7fcf7;
  /* نفس لون الخلفية */
}

input::placeholder {
  color: #75964f;
}

.d-flex-row {
  display: flex;
  gap: 10px;
  width: 100%;
}

.d-flex-row input {
  width: 100%;
}

#submit {
  background-color: #15803d;
  font-weight: 700;
  font-size: 14px;
  color: #141c0d;
  height: 40px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

#cwg {
  background-color: #e8f2e8;
  font-weight: 700;
  font-size: 14px;
  color: #141c0d;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#cwg i {
  margin-right: 10px;
}

.formLinks {
  font-weight: 400;
  font-size: 14px;
  color: #75964f;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  text-align: center;
}
