/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/login/Login.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
/* Base container for the entire login page */
.Login_loginContainer__jepPN {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  min-height: 100vh;
  margin: -16px;
}

/* Style for the left panel containing the form */
.Login_leftPanel__pZ9Nj {
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style for the right panel containing the image */
.Login_rightPanel__QD4g4 {
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

/* Responsive styling for the image in the right panel */
.Login_rightPanel__QD4g4 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Logo styling */
.Login_logo__6FLMX {
  font-size: 1.5rem;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 20px;
}

/* Welcome text styling */
.Login_welcomeText__TI6Ud {
  font-size: 0.875rem;
  color: #4f4f4f;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* Continue button styling */
.Login_continueButton__Owk8a {
  background-color: #000 !important;
  border: none;
  height: 55px;
  font-size: 1rem;
  color: #fff !important;
  opacity: 1 !important;
  pointer-events: all !important;
  cursor: pointer;
}

/* Form control styling */
.Login_form-control__HSQjS {
  background-color: #fff;
  border-radius: 8px;
  height: 45px;
  font-size: 1rem;
}

/* Form control focus styling */
.Login_form-control__HSQjS:focus {
  box-shadow: none;
  border-color: #007bff;
}

/* Error message styling */
.Login_formError__6LHZZ {
  color: #d9534f;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

/* Login form styling */
.Login_login__BvJEH {
  margin: 0;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .Login_leftPanel__pZ9Nj, .Login_rightPanel__QD4g4 {
    width: 100%;
    padding: 20px;
  }

  .Login_logo__6FLMX {
    font-size: 1.25rem;
  }

  .Login_continueButton__Owk8a {
    height: 45px;
  }
}

