.input-plate,
.input-desconto {
  width: 100%;
  max-width: 100%;
  padding: 14px;
  font-size: 20px;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 10px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.input-desconto {
  border-radius: 8px;
  border-color: #ccc;
  font-size: 18px;
}

.modal-textarea {
  width: 100%;
  padding: 8px;
  font-family: "Courier Prime", monospace;
}

.auth-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.auth-field__label {
  color: #334155;
  font-size: 12px;
  font-weight: 600;
}

.auth-input {
  appearance: none;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.4;
  min-height: 42px;
  outline: none;
  padding: 10px 12px;
  text-align: left;
  text-transform: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  width: 100%;
}

.auth-input::placeholder {
  color: #94a3b8;
}

.auth-input:focus {
  border-color: #5b8def;
  box-shadow: 0 0 0 3px rgba(91, 141, 239, 0.16);
}

.auth-input[aria-invalid="true"] {
  border-color: #d97706;
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.12);
}

.auth-input--password {
  padding-right: 48px;
}

.password-input-wrap {
  position: relative;
}

.password-toggle {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 999px;
  color: #5b6475;
  display: inline-flex;
  height: 32px;
  inset: 50% 8px auto auto;
  justify-content: center;
  min-height: 32px;
  padding: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 32px;
}

.password-toggle:hover,
.password-toggle:focus {
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  box-shadow: none;
}

.password-toggle__icon {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.field-error {
  color: #b45309;
  font-size: 11px;
  line-height: 1.35;
}
