/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/login/page.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/* Sayfa Yapısı */
.page_page__j8X_T {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  background: linear-gradient(to right, #eef2f3, #dbe7f3);
  }

.page_logoImage__Upnv0 {
  max-width: 230px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.page_logoContainer__dx9su {
  display: flex;
  justify-content: center;
}

/* İçerik */
  .page_content__w7QkE {
    display: flex;
    width: 800px;
    height: 500px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Görsel Alanı */
  .page_imageContainer__esmTJ {
    flex: 1;
    background: url("https://t4.ftcdn.net/jpg/09/50/51/13/360_F_950511355_oKGsD9cyBbiLL5FG1RxM7Fr0tkppDz9b.jpg")
      no-repeat center center;
    background-size: cover;
  }
  
  /* Form Kutusu */
  .page_container__zagmD {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: center;
  }
  
  .page_logo__3qVzi {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 20px;
  }
  
  .page_title__QV6iH {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
  }
  
  .page_subtitle__FWR3R {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    color: #555;
  }
  
  .page_inputGroup__Bse5q {
    margin-bottom: 15px;
  }
  
  .page_input__t1GXH {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .page_error__oj9FT {
    color: red;
    font-size: 12px;
    margin-top: 5px;
  }
  
  .page_linkContainer__q_lpY {
    text-align: right;
    margin-bottom: 20px;
  }
  
  .page_link__sLZbt {
    font-size: 12px;
    color: #007bff;
    text-decoration: none;
  }
  
  .page_link__sLZbt:hover {
    text-decoration: underline;
  }
  
  .page_submitButton__fNFSf {
    background-color: #007bff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
  }
  
  .page_submitButton__fNFSf:hover {
    background-color: #0056b3;
  }
  
  .page_registerPrompt__hTtWs {
    font-size: 14px;
    color: #555;
    margin-top: 20px;
  }
  
  .page_registerLink__1vQZq {
    color: #007bff;
    text-decoration: none;
  }
  
  .page_registerLink__1vQZq:hover {
    text-decoration: underline;
  }
  
