#btn-create-account {
  font-size: 1.1rem;
  padding: 10px;
  gap: 10px;
}

.terms-agreement {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 0.9em;
  color: #ccc;
}

.terms-agreement input[type="checkbox"] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #4a7c4e;
}

.terms-agreement label {
  line-height: 1.4;
  cursor: pointer;
}

.terms-agreement a {
  color: #6b9b6f;
  text-decoration: none;
}

.terms-agreement a:hover {
  text-decoration: underline;
}