/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.page_page__556_G{
  display: flex;
  align-items: center;
  max-height: 100vh;
  overflow: hidden;
}

.page_rightContent__OLO_L{
  width: 50vw;
  height: 100vh;
  overflow: hidden;
}
.page_heroImage__Aq3LS{
  width: auto;
  height: 100%;
  object-fit: fill;
}

.page_leftContent__DHuX_{
  width: 50vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vh 0;
  background-color: var(--background);
}

.page_logo__ikIZE{
  width: 400px;
  height: auto;
  margin-bottom: 30px;
}
.page_loginBox__Xg2TP{
  width: 70%;
  padding: 30px;
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  margin-left: 0;
  text-align: left;
  gap: 20px;
}
.page_title__po7na{
  font-size: 2rem;
  font-weight: bold;
}
.page_subtitle__YBgxm{
  font-size: 1.2rem;
  color: var(--main);
  margin-top: 5px;
  margin-bottom: 10px;
}
.page_orDivider__9Wi8h{
  display: flex;
  text-align: center;
}
.page_orDivider__9Wi8h div{
  flex: 1 1;
  border-bottom: 1px solid var(--color-background);
  margin: auto 10px;
}
.page_oauthButton__xBDzs, .page_mobileSignButton__EeKUD{
  height: 45px;
  border-radius: 8px;
  border: 1px solid var(--main);
  background: transparent;
  font-weight: bold; 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
}
.page_inputField__jEGaT{
  width: 100%;
  height: 45px;
  padding: 0 20px;
  border: 1px solid var(--main);
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
}
.page_inputLabel__Tv92o{
  font-size: 0.9rem;
  color: #444;
}
.page_inputInvalid__gPi_e{
  border-color: #d93025;
  background: #fff7f7;
}
.page_loginButton__1kZAU{
  height: 45px;
  border-radius: 8px;
  background-color: var(--main);
  color: white;
  font-weight: bold;
  cursor: pointer;
  border: none;
}
.page_forgotPassword__UJIVk{
  color: var(--main);
  cursor: pointer;
  text-align: right;
}

/* New bits */
.page_headerRow___bpvo{
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 20px;
}
.page_backButton__DcXpv{
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: var(--main);
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.page_otpRow__cSaxW{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_otpTimer__CCw3p{
  font-size: 0.9rem;
  color: #666;
}
.page_linkButton__CNwSn{
  background: transparent;
  border: none;
  color: var(--main);
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.page_errorText__JkHB_{
  color: #d93025;
  font-size: 0.95rem;
}

.page_inputGroup__keP_G{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Modal */
.page_modalOverlay__29caG{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 1000;
}
.page_modalCard__CvEBd{
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  padding: 20px;
}
.page_modalTitle__tx5Xj{
  margin: 0 0 8px 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.page_modalBody__t3vOb{
  margin: 0 0 16px 0;
  color: #333;
}
.page_modalActions__Wq_sq{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.page_modalPrimary__wgwaT{
  height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  border: none;
  background: var(--main);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

/* Basic responsiveness for smaller screens */
@media (max-width: 1024px){
  .page_leftContent__DHuX_ { display: none; }
  .page_rightContent__OLO_L { width: 100vw; }
  .page_loginBox__Xg2TP { margin: 0 16px; }
}

