input{
  border-radius: 12px; 
  border: 2px solid rgb(229, 231, 235); 
  padding: 0.875rem 1rem; 
  transition: border-color 0.2s; 
  color: white; width: 100%; 
  margin-bottom: 13px;
  outline: none; /* Remove o outline padrão */
  background-color: #0b1220;
  
  width: 100%;
  padding: 0.55rem 1rem;
}

.input2 {
  border-radius: 12px; 
  border: 0.5px solid rgb(229, 231, 235); 
  padding: 0.875rem 1rem; 
  transition: border-color 0.2s; 
  color: white; width: 100%; 
  outline: none; /* Remove o outline padrão */
  background-color: #0b1220;
  
  width: 100%;
  padding: 0.55rem 1rem;
}

.input3 {
  border-radius: 12px; 
  border: 0.5px solid rgb(229, 231, 235); 
  padding: 0.875rem 1rem; 
  transition: border-color 0.2s; 
  color: white; width: 100%; 
  outline: none; /* Remove o outline padrão */
  background-color: #0b1220;
  
  width: 100%;
  padding: 0.38rem 1rem;
}


input:focus, textarea:focus {
  border-color: #8b5cf6;
    box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.3); /* opcional, sombra roxa suave */
}


header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  flex-direction: column;
}


