/* [project]/components/platform/PlatformIndexLogin.module.css [app-client] (css) */
.PlatformIndexLogin-module__Gy2WXq__page {
  background: #f5f0e8;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  position: relative;
}

.PlatformIndexLogin-module__Gy2WXq__backgroundGrid {
  pointer-events: none;
  background: repeating-linear-gradient(0deg, #0000, #0000 28px, #0000000a 28px 29px);
  position: fixed;
  inset: 0;
}

.PlatformIndexLogin-module__Gy2WXq__wrap {
  z-index: 1;
  width: 100%;
  max-width: 440px;
  position: relative;
}

.PlatformIndexLogin-module__Gy2WXq__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.PlatformIndexLogin-module__Gy2WXq__logo {
  color: #fff;
  letter-spacing: -1px;
  background: #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  font-size: 17px;
  font-weight: 700;
  display: inline-flex;
  box-shadow: 4px 4px #0000002e;
}

.PlatformIndexLogin-module__Gy2WXq__header h1 {
  color: #0d1117;
  letter-spacing: -.5px;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.PlatformIndexLogin-module__Gy2WXq__header p {
  color: #6b7280;
  margin-top: .3rem;
  font-size: .8rem;
}

.PlatformIndexLogin-module__Gy2WXq__card {
  background: #fff;
  border: 1.5px solid #d4c9b0;
  border-radius: 2px;
  padding: 2.2rem;
  box-shadow: 6px 6px #d4c9b0;
}

.PlatformIndexLogin-module__Gy2WXq__fieldGroup {
  margin-bottom: 1.1rem;
}

.PlatformIndexLogin-module__Gy2WXq__fieldGroup label {
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: .35rem;
  font-size: .72rem;
  font-weight: 700;
  display: block;
}

.PlatformIndexLogin-module__Gy2WXq__fieldControl {
  color: #0d1117;
  background: #fafaf8;
  border: 1.5px solid #d4c9b0;
  border-radius: 2px;
  outline: none;
  width: 100%;
  padding: .65rem .85rem;
  font-size: .87rem;
  transition: border .12s, box-shadow .12s, background .12s;
}

.PlatformIndexLogin-module__Gy2WXq__fieldControl:focus {
  background: #fff;
  border-color: #1a3a6e;
  box-shadow: 2px 2px #1a3a6e1a;
}

.PlatformIndexLogin-module__Gy2WXq__passwordWrap {
  position: relative;
}

.PlatformIndexLogin-module__Gy2WXq__passwordWrap .PlatformIndexLogin-module__Gy2WXq__fieldControl {
  padding-right: 2.8rem;
}

.PlatformIndexLogin-module__Gy2WXq__passwordToggle {
  cursor: pointer;
  color: #9ca3af;
  background: none;
  border: none;
  padding: 0;
  font-size: .95rem;
  position: absolute;
  top: 50%;
  right: .7rem;
  transform: translateY(-50%);
}

.PlatformIndexLogin-module__Gy2WXq__errorBox {
  color: #991b1b;
  background: #fee2e2;
  border: 1px solid #fca5a5;
  border-radius: 2px;
  margin-bottom: 1rem;
  padding: .6rem .85rem;
  font-size: .8rem;
}

.PlatformIndexLogin-module__Gy2WXq__loginButton {
  color: #fff;
  cursor: pointer;
  letter-spacing: .3px;
  background: #000;
  border: none;
  border-radius: 2px;
  width: 100%;
  padding: .8rem;
  font-size: .9rem;
  font-weight: 700;
  transition: all .12s;
  box-shadow: 3px 3px #0003;
}

.PlatformIndexLogin-module__Gy2WXq__loginButton:hover:not(:disabled) {
  background: #152d58;
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px #0003;
}

.PlatformIndexLogin-module__Gy2WXq__loginButton:active:not(:disabled) {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px #0003;
}

.PlatformIndexLogin-module__Gy2WXq__loginButton:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.PlatformIndexLogin-module__Gy2WXq__footer {
  text-align: center;
  color: #9ca3af;
  margin-top: 1.5rem;
  font-size: .7rem;
}

@media (max-width: 520px) {
  .PlatformIndexLogin-module__Gy2WXq__page {
    padding: 1rem;
  }

  .PlatformIndexLogin-module__Gy2WXq__card {
    padding: 1.4rem;
  }
}

/*# sourceMappingURL=components_platform_PlatformIndexLogin_module_0m0bc_z.css.map*/