/* [project]/src/app/login/Login.module.scss.module.css [app-client] (css) */
.Login-module-scss-module__kj103a__loginContainer {
  color: #e5e7eb;
  background: radial-gradient(1200px at top, #1e293b 0%, #020617 55%), radial-gradient(600px at bottom, #0f172a 0%, #020617 60%);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1.5rem;
  display: flex;
}

.Login-module-scss-module__kj103a__card {
  text-align: center;
  -webkit-backdrop-filter: blur(14px);
  background: #1e293ba6;
  border: 1px solid #94a3b826;
  border-radius: 28px;
  width: 100%;
  max-width: 420px;
  padding: 3.5rem 3rem;
  box-shadow: 0 40px 80px #0009, inset 0 1px #ffffff0a;
}

.Login-module-scss-module__kj103a__logoWrapper {
  justify-content: center;
  display: flex;
}

.Login-module-scss-module__kj103a__logo {
  filter: drop-shadow(0 0 24px #8b5cf659);
  width: 100%;
  max-width: 500px;
  height: auto;
  animation: 6s ease-in-out infinite Login-module-scss-module__kj103a__float;
}

.Login-module-scss-module__kj103a__description {
  color: #94a3b8;
  margin-bottom: 2.75rem;
  font-size: .95rem;
  line-height: 1.6;
}

.Login-module-scss-module__kj103a__btnGoogle {
  color: #020617;
  background: linear-gradient(#fff 0%, #f1f5f9 100%);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  box-shadow: 0 6px 16px #00000040, inset 0 1px #fffc;
}

.Login-module-scss-module__kj103a__btnGoogle:hover {
  transform: translateY(-2px)scale(1.01);
  box-shadow: 0 14px 28px #00000059, inset 0 1px #ffffffe6;
}

.Login-module-scss-module__kj103a__btnGoogle:active {
  transform: translateY(0)scale(.99);
}

.Login-module-scss-module__kj103a__googleIcon {
  width: 20px;
  height: 20px;
}

@keyframes Login-module-scss-module__kj103a__float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

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