/* [project]/app/login/css/login.module.css [app-client] (css) */
.login-module__7mWwyW__loginPage {
  background: radial-gradient(1200px 500px at 50% 20%, #1e1e1e99, #0000 30%), linear-gradient(#0b0b0b 0% 65%, #000 100%);
  width: 100%;
  min-height: 100vh;
  display: block;
  position: relative;
  overflow-x: hidden;
}

.login-module__7mWwyW__backgroundImage {
  filter: saturate(.9) contrast(.9) brightness(.6);
  z-index: 0;
  background-image: url("/login-background.jpg");
  background-position: center;
  background-size: cover;
  width: 80%;
  max-width: 3072px;
  height: 85vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: linear-gradient(#0000 0%, #000 18% 82%, #0000 100%);
  mask-image: linear-gradient(#0000 0%, #000 18% 82%, #0000 100%);
}

.login-module__7mWwyW__overlay {
  z-index: 1;
  background: linear-gradient(#00000073 0% 40%, #0009 70%, #000000f2 100%);
  width: 100%;
  max-width: 3072px;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-module__7mWwyW__overlay:before {
  content: "";
  background: linear-gradient(#0000 0%, #e50914f2 22%, #e50914cc 78%, #0000 100%);
  border-radius: 2px;
  width: 6px;
  height: 92%;
  position: absolute;
  top: 4%;
  left: 0;
  box-shadow: -24px 0 80px #e5091473;
}

.login-module__7mWwyW__overlay:after {
  content: "";
  background: linear-gradient(#0000 0%, #e50914f2 22%, #e50914cc 78%, #0000 100%);
  border-radius: 2px;
  width: 6px;
  height: 92%;
  position: absolute;
  top: 4%;
  right: 0;
  box-shadow: 24px 0 80px #e5091473;
}

.login-module__7mWwyW__cardWrap {
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: block;
  position: relative;
}

.login-module__7mWwyW__hero {
  flex-direction: column;
  min-height: 100vh;
  padding: 2.5rem 0 4.5rem;
  display: flex;
}

.login-module__7mWwyW__topBar {
  justify-content: space-between;
  align-items: center;
  width: 86%;
  max-width: 3072px;
  margin: 0 auto;
  padding: 0 4vw;
  display: flex;
}

.login-module__7mWwyW__logoImage {
  filter: drop-shadow(0 6px 18px #000000b3);
  width: auto;
  height: 3.5rem;
  display: block;
}

.login-module__7mWwyW__topSignIn {
  appearance: none;
  color: #fff;
  cursor: pointer;
  letter-spacing: .5px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #e50914 0%, #b90f12 100%);
  border: none;
  border-radius: 6px;
  padding: .7rem 1.4rem;
  font-size: .85rem;
  font-weight: 700;
  transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
  box-shadow: 0 10px 35px #e5091452;
}

.login-module__7mWwyW__topSignIn:hover:enabled {
  background: linear-gradient(135deg, #f6121d 0%, #d91e16 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px #e5091480;
}

.login-module__7mWwyW__topSignIn:active:enabled {
  transform: translateY(0);
}

.login-module__7mWwyW__topSignIn:disabled {
  cursor: not-allowed;
  opacity: .6;
  transform: none;
}

.login-module__7mWwyW__heroContent {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem 1rem;
  animation: .8s cubic-bezier(.34, 1.56, .64, 1) login-module__7mWwyW__slideUp;
  display: flex;
}

.login-module__7mWwyW__heroTitle {
  color: #fff;
  letter-spacing: -.5px;
  text-shadow: 0 10px 25px #000c;
  max-width: 920px;
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 2.2rem;
}

@media (min-width: 769px) {
  .login-module__7mWwyW__heroTitle {
    line-height: 4.2rem;
  }
}

.login-module__7mWwyW__heroTagline {
  color: #f4f4f4;
  text-shadow: 0 8px 20px #0009;
  margin: 0;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  font-weight: 600;
}

.login-module__7mWwyW__heroSubtext {
  color: #dcdcdc;
  margin: .5rem 0 0;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

@keyframes login-module__7mWwyW__slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.login-module__7mWwyW__statusText {
  color: #b3b3b3;
  text-align: center;
  min-height: 1.25rem;
  margin: 0;
  font-size: .9rem;
}

.login-module__7mWwyW__footerText {
  color: #8c8c8c;
  text-align: center;
  margin: 1rem 0 0;
  font-size: .85rem;
  line-height: 1.5;
}

.login-module__7mWwyW__deniedMessage {
  color: #ff6b6b;
  text-align: center;
  background: #ff3b301a;
  border: 1px solid #ff3b304d;
  border-radius: 6px;
  margin-top: 1rem;
  padding: 1rem;
  font-size: .9rem;
  animation: .5s cubic-bezier(.36, .07, .19, .97) both login-module__7mWwyW__shake;
}

@keyframes login-module__7mWwyW__shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}

@media (max-width: 768px) {
  .login-module__7mWwyW__backgroundImage {
    height: 70vh;
  }

  .login-module__7mWwyW__overlay {
    height: 100vh;
  }

  .login-module__7mWwyW__hero {
    padding: 2rem 0 4rem;
  }

  .login-module__7mWwyW__topBar {
    width: 86%;
    padding: 0 3vw;
  }

  .login-module__7mWwyW__logoImage {
    height: 1.3rem;
  }
}

@media (max-width: 480px) {
  .login-module__7mWwyW__cardWrap {
    min-height: 100vh;
  }

  .login-module__7mWwyW__hero {
    padding: 1.5rem 0 3rem;
  }

  .login-module__7mWwyW__topBar {
    gap: 1rem;
    width: 86%;
    padding: 0 3vw;
  }

  .login-module__7mWwyW__topSignIn {
    padding: .6rem 1.1rem;
    font-size: .75rem;
  }
}

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