main section form p a {
  color: var(--primary-hover);
  text-decoration: none;
}

main {
  width: 100vw;
  min-height: 100vh;
  height: auto;
  padding: 32px 0;
  align-items: flex-start;
}

main section > span {
  font-size: 0.95rem;
}

main[data-ativo="login"] section:nth-child(2),
main[data-ativo="cadastro"] section:nth-child(1) {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

main section form .field-input.has-error {
  border-color: #d64545 !important;
  background: rgba(214, 69, 69, 0.04);
  box-shadow: 0 0 0 3px rgba(214, 69, 69, 0.12);
}

main section form .field-input.has-error svg {
  color: #d64545 !important;
}

main section form .field-input.has-error input {
  color: #8f1f1f;
}

main section form .field-input.has-error input::placeholder {
  color: rgba(143, 31, 31, 0.68);
}

main section form small.field-error {
  width: 100%;
  display: block;
  margin-top: 4px;
  margin-bottom: -2px;
  min-height: 14px;
  color: #d64545 !important;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}
