/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
:root {
  --green: #9bc740;
  --green-dark: #81b22f;
  --magenta: #96004b;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: system-ui, sans-serif;
  background: #eef3e4;
  color: #1a1a1a;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("/brand/pattern_color.svg");
  background-size: 520px;
  opacity: 0.12;
}

.shell {
  position: relative;
  z-index: 1;
  max-width: 46rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

main {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 0.75rem;
  padding: 1.5rem 1.35rem 2rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.logo {
  height: 6.5rem;
  width: auto;
}

.sign {
  display: none;
}

h1 {
  font-size: 1.5rem;
  border-bottom: 3px solid var(--magenta);
  padding-bottom: 0.35rem;
  display: inline-block;
}

a.primary,
button.primary,
button[type="submit"] {
  color: #fff;
  background: var(--green-dark);
  border: 0;
  border-radius: 0.4rem;
  padding: 0.6rem 1rem;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin: 0.25rem 0.25rem 0.25rem 0;
}

button.danger {
  background: var(--magenta);
  color: #fff;
  border: 0;
  border-radius: 0.4rem;
  padding: 0.25rem 0.6rem;
  cursor: pointer;
}

label {
  display: block;
  margin: 0.75rem 0 0.25rem;
}

input,
select,
textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #c9d4b8;
}

fieldset {
  border: 1px solid var(--green);
  border-radius: 0.5rem;
  margin: 1.25rem 0;
  padding: 1rem;
}

.flash {
  background: #fff;
  border-left: 4px solid var(--magenta);
  padding: 0.75rem 1rem;
}

.help {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0.4rem 0 1rem;
}

.help code {
  font-size: 0.88em;
}

legend {
  font-weight: 650;
}

.row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.35rem 0;
  border-bottom: 1px solid #ddd;
}

