body {
  font-family: system-ui, sans-serif;
  background: #F7F3EC;
  color: #2A2A2A;
  max-width: 900px;
  margin: 0 auto;
  padding: 24px;
}

h1, h2 {
  font-weight: 600;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

input, button {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 8px 0;
  padding: 10px;
  border: 1.5px solid #8A8070;
  border-radius: 4px;
  font-size: 1rem;
}

button {
  cursor: pointer;
  background: #1F6F6B;
  color: #fff;
  border: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

th, td {
  border: 1.5px solid #8A8070;
  padding: 8px;
  text-align: left;
}

#erroreAccesso {
  color: #8C3F2C;
}
