/* [project]/src/app/(other)/auth/login/page.css [app-client] (css) */
.center-box {
  z-index: 1;
  backdrop-filter: blur(12px);
  background: #fafafa8a;
  border-radius: 16px;
  padding: 32px;
  position: relative;
  box-shadow: 0 8px 20px #00000080;
}

.auth-bg:before {
  content: "";
  pointer-events: none;
  background: #00000026;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}


/*# sourceMappingURL=src_app_%28other%29_auth_login_page_a061b1c2.css.map*/