/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/app/_styles/landing.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.landing_page__JHCDa {
  width: 100vw;
  height: 100vh;
  background-color: white;
  display: flex;
  margin: 0;
}
.landing_page__JHCDa .landing_left__oZtfO {
  height: 100%;
  width: 50%;
  background-image: url("/login-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.landing_page__JHCDa .landing_right__8Nb9E {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 150px;
}
.landing_page__JHCDa .landing_right__8Nb9E .landing_container__EE0lW {
  width: 100%;
}
.landing_page__JHCDa .landing_right__8Nb9E .landing_container__EE0lW h2 {
  margin-top: 32px;
  margin-bottom: 32px;
  display: block;
  width: 100%;
  color: #020a14;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 52px */
  letter-spacing: 0.4px;
}
.landing_page__JHCDa .landing_right__8Nb9E .landing_container__EE0lW .landing_error__Wco85 {
  color: red;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 32px;
}
.landing_page__JHCDa .landing_right__8Nb9E .landing_container__EE0lW a {
  transition: 0.3s;
  display: flex;
  width: 160px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #3a83f7;
  text-decoration: none;
  color: #eff2fa;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
  letter-spacing: 2.143px;
}
.landing_page__JHCDa .landing_right__8Nb9E .landing_container__EE0lW a:hover {
  transform: scale(1.1);
}
