/* [project]/app/login/login.module.css [app-client] (css) */
.login-module__Si-P0q__container {
  background-color: #0a1121;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.login-module__Si-P0q__loginBox {
  background-color: #111a2d;
  border: 1px solid #ffffff08;
  border-radius: 2px;
  width: 100%;
  max-width: 450px;
  padding: 4rem;
  box-shadow: 0 30px 60px #0006;
}

.login-module__Si-P0q__header {
  text-align: center;
  margin-bottom: 3rem;
}

.login-module__Si-P0q__brand {
  justify-content: center;
  margin-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
}

.login-module__Si-P0q__logo {
  width: auto;
  height: 64px;
  display: block;
}

.login-module__Si-P0q__label {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: .7rem;
  font-weight: 700;
}

.login-module__Si-P0q__form {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.login-module__Si-P0q__inputGroup {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.login-module__Si-P0q__inputLabel {
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: .65rem;
  font-weight: 700;
}

.login-module__Si-P0q__input {
  color: #fff;
  background-color: #0a1121;
  border: 1px solid #ffffff1a;
  outline: none;
  padding: 1rem;
  transition: all .3s;
}

.login-module__Si-P0q__input:focus {
  border-color: var(--primary);
}

.login-module__Si-P0q__error {
  color: #ef4444;
  text-align: center;
  font-size: .75rem;
  font-weight: 600;
}

.login-module__Si-P0q__loginBtn {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  background: none;
  margin-top: 1rem;
  padding: 1rem;
  font-size: .8rem;
  font-weight: 700;
  transition: all .3s;
}

.login-module__Si-P0q__loginBtn:hover {
  background-color: var(--primary);
  color: #000;
}

.login-module__Si-P0q__footerNote {
  color: #334155;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: .6rem;
  line-height: 1.6;
}

.login-module__Si-P0q__backLink {
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-size: .65rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.login-module__Si-P0q__backLink:hover {
  color: var(--primary);
}

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