/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/login/login.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.login_page__VIB1K {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ffffff;
}

.login_visual__wzMBV {
  background: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.login_visualImage__aTAEe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login_content__CW_6z {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.login_languageSwitcher__pk7Nl {
  position: absolute;
  top: 24px;
  right: 32px;
  font-size: 13px;
  color: #555;
}

.login_card__NoG7p {
  width: 100%;
  max-width: 360px;
}

.login_title__r1aBc {
  font-size: 28px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 12px;
}

.login_subtitle__JqAz7 {
  font-size: 14px;
  color: #666;
  margin-bottom: 28px;
}

.login_input__GK8Qo {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 8px;
  background: #f4f4f4;
  padding: 0 16px;
  font-size: 14px;
  margin-bottom: 12px;
  outline: none;
  color: #181818;
  font-weight: 500;
}

.login_input__GK8Qo::placeholder {
  color: #9a9a9a;
  opacity: 1;
}

.login_input__GK8Qo:focus {
  background: #eeeeee;
}

.login_primaryButton__bBz2_ {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 8px;
  background: #181818;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.login_primaryButton__bBz2_:hover {
  background: #000000;
}

.login_separator__xnWA2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0;
  color: #999;
  font-size: 13px;
}

.login_separator__xnWA2::before,
.login_separator__xnWA2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e5e5;
}

.login_googleButton__IsL0R {
  width: 100%;
  height: 48px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: white;
  color: #222;
  font-weight: 500;
  cursor: pointer;
}

.login_googleButton__IsL0R:hover {
  background: #fafafa;
}

.login_helpText__Ku2AR {
  margin-top: 24px;
  text-align: center;
  font-size: 13px;
  color: #666;
}

.login_helpText__Ku2AR a {
  color: #181818;
  font-weight: 600;
  text-decoration: none;
}

.login_footerText__inaQM {
  margin-top: 28px;
  text-align: center;
  font-size: 13px;
  color: #666;
}

.login_footerText__inaQM a {
  color: #181818;
  font-weight: 600;
  text-decoration: none;
}

.login_error__wxSLK {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #ffecec;
  color: #b42318;
  font-size: 13px;
}

@media (max-width: 900px) {
  .login_page__VIB1K {
    grid-template-columns: 1fr;
  }

  .login_visual__wzMBV {
    display: none;
  }

  .login_content__CW_6z {
    min-height: 100vh;
    padding: 24px;
  }

  .login_languageSwitcher__pk7Nl {
    top: 18px;
    right: 20px;
  }
}

.login_secondaryButton__mfw19 {
  width: 100%;
  height: 48px;
  margin-top: 12px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: white;
  color: #222;
  font-weight: 500;
  cursor: pointer;
}

.login_secondaryButton__mfw19:hover {
  background: #fafafa;
}

