#cvit-form {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  background-color: #f9fafb;
  font-family: sans-serif;
}
#cvit-form label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
}
#cvit-form input,
#cvit-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  background-color: white;
}
#cvit-form button {
  margin-top: 20px;
  padding: 12px 20px;
  background-color: #2563eb;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}
#cvit-form button:hover {
  background-color: #1d4ed8;
}
#cvit-mensagem {
  margin-top: 15px;
  font-weight: 600;
}
