/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/(auth)/sign-in/styles/signin.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.signin_container__3gS_O {
  display: flex;
  min-height: 100vh;
  width: 100%;
}

.signin_leftSection__qckLD {
  display: flex;
  width: 50%;
  height: 100vh;
  padding: 10% 5%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #C5E7F1;
  box-sizing: border-box;
  border-bottom-right-radius: 15%;
}

.signin_logo__MXCP1 {
  display: flex;
  width: 100%;
  max-width: 427px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.signin_logo__MXCP1 img {
  width: 100%;
  height: auto;
}

.signin_rightSection__jpRV0 {
  width: 50%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 5%;
  justify-content: center;
  box-sizing: border-box;
}

.signin_heading__rSCME {
  font-size: 2.5rem; 
  margin-bottom: 1px;
  font-family: Inter;
}

.signin_form__47Uw_ {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.signin_input_group__rvbDC {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.signin_email_pass__xEmNB {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.signin_paragraph__ob54M {
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 48px;
}

.signin_input_fields__W3TpL {
  display: flex;
  justify-content: space-between;
  height: 40px;
  padding: 23px 23px;
  margin-top: 20px;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #B8B8B8;
  background: #FFF;
}

.signin_input_fields__W3TpL:focus-within {
  border: 2px solid black;
}


.signin_emailInputBox__o9r4y {
  color: rgba(0, 0, 0);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 90%;
  border: none;
  outline: none;
}



.signin_check_rem_pass__7eqfn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.signin_remember_check__nXyhh {
  display: flex;
  align-items: center;
  gap: 10px;
}

.signin_check__9Wqxi {
  width: 18.906px;
  height: 19px;
  padding: 5px 4px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.50);
  background: #005FFA;
}

.signin_label___l4bS {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}

.signin_errorText__lRb_R {
  color: red;
  font-size: 12px;
}

.signin_errorMessage___qesk {
  color: red;
  margin-top: 10px;
  margin-bottom: 10px;
}

.signin_resetButton__nd9vh {
  background-color: #2B72FF;
  color: white;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 10px;
  margin-top: 30px;
  width: 100%;
  font-size: 1.25rem;
  border: none;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0 3px 3px rgb(165, 165, 165);
}

.signin_signupText___GAJE {
  font-size: 1rem;
  text-align: center;
  margin-top: 20px;
}

.signin_signinText__uSJgY {
  color: #7F7F7F;
  font-size: 14px;
}

.signin_forgotpass__SfD3E {
  font-size: 0.7rem;
  margin-top: 0;
  text-align: center;
}

.signin_signUpButton__FALGe {
  padding-left: 5px;
  font-size: 1rem;
  text-decoration: none;
  color: #1F73F1;
  border: none;
  background: none;
  cursor: pointer;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .signin_heading__rSCME {
    font-size: 2rem;
  }
  
  .signin_input_fields__W3TpL {
    height: 60px;
    padding: 15px 25px;
  }
}

@media (max-width: 768px) {
  .signin_container__3gS_O {
    flex-direction: column;
  }
  
  .signin_leftSection__qckLD, .signin_rightSection__jpRV0 {
    width: 100%;
    min-height: auto;
  }
  
  .signin_leftSection__qckLD {
    padding: 50px 5%;
    border-radius: 0;
    align-items: center;
  }
  
  .signin_rightSection__jpRV0 {
    padding: 50px 5%;
  }
  
  .signin_heading__rSCME {
    font-size: 1.8rem;
  }
  
  .signin_form__47Uw_ {
    gap: 30px;
  }
  
  .signin_email_pass__xEmNB {
    gap: 20px;
  }
  
  .signin_resetButton__nd9vh {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .signin_heading__rSCME {
    font-size: 1.5rem;
  }
  
  .signin_input_fields__W3TpL {
    height: 50px;
    padding: 10px 15px;
  font-size: 0.9rem;
  }
  
  .signin_check_rem_pass__7eqfn {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .signin_remember_check__nXyhh {
    width: auto;
  }
}

