.vendor-registration-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.vendor-registration-form .vrf-row {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.vendor-registration-form label {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.vendor-registration-form input {
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.vendor-registration-form button {
  padding: 0.75rem;
  font-size: 1rem;
  background-color: #0073aa;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.vendor-registration-form button:hover {
  background-color: #005c8c;
}
