/* [project]/app/(auth)/authLayout.module.css [app-client] (css) */
.authLayout-module__HwR-6q__pageWrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem 1rem;
  display: flex;
}

.authLayout-module__HwR-6q__logoHeader {
  margin-bottom: 2.5rem;
}

.authLayout-module__HwR-6q__logoImage {
  filter: var(--logo-color-filter);
}

.authLayout-module__HwR-6q__main {
  justify-content: center;
  width: 100%;
  display: flex;
}

.authLayout-module__HwR-6q__container {
  width: 100%;
  max-width: 420px;
}

.authLayout-module__HwR-6q__content {
  background-color: rgb(var(--card-background-rgb));
  border: 1px solid rgb(var(--card-border-rgb));
  border-radius: var(--border-radius);
  padding: 2rem 2.5rem;
  box-shadow: 0 4px 10px #0000000d;
}


/*# sourceMappingURL=app_%28auth%29_authLayout_module_00545df6.css.map*/