body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    height: 100%;
  }


  .expanded {
    max-width: 1320px;
  }
  
  @media (min-width: 768px) {
    .expanded {
      width: 100%;
      overflow: hidden;
      max-width: 100%;
      padding: 0px 7%;
    }
  }
  
  .accordion-item {
    border: none;
  }
  
  img {
    width: 100%;
    overflow: hidden;
  }
  

  .main-navigation {
    position: absolute;
    background-color: #2a2a2a;
    width: 100%;
    padding: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .navbar-nav {
    background-color: #2a2a2a;
    border-radius: 7.5px;
    padding: 10px 20px;
    margin-top: 10px;
  }
  
  @media (min-width: 992px) {
    .navbar-nav {
      background-color: transparent;
      border-radius: 0px;
      padding: 0px;
      margin-top: 0px;
    }
  }
  
  header.nav-scrolled .main-navigation {
    padding: 10px 0px;
    position: fixed;
    z-index: 222;
    background-color: #2a2a2a;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  
  header.nav-scrolled .main-navigation .navbar-brand {
    padding: 0px;
  }
  
  header.nav-scrolled .main-navigation .navbar-nav {
    margin-top: 0px;
  }
  
  header.nav-scrolled .main-navigation .navbar-nav .nav-item .nav-link {
    border-top: none;
    padding: 8px 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
  
  @media (min-width: 576px) {
    header.nav-scrolled .main-navigation .navbar-nav .nav-item .nav-link {
      font-weight: 400;
    }
  }
  
  header.nav-scrolled .main-navigation .navbar-nav .nav-item .active {
    border-top: none;
    border-radius: 7px;
  }
  
  .navbar-expand-lg .navbar-collapse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .navbar-light {
    padding: 10px 0px;
  }
  
  @media (min-width: 992px) {
    .navbar-light {
      padding: 0px;
    }
  }
  
  .navbar-light .navbar-brand {
    padding: 0px 0px 0px 0px;
  }
  
  @media (min-width: 992px) {
    .navbar-light .navbar-brand {
      padding: 0px 0px 0px 0px;
    }
  }
  
  .navbar-light .navbar-nav .nav-item {
    margin-left: 0px;
    text-align: center;
    border-bottom: 1px solid rgba(250, 250, 250, 0.1);
  }
  
  .navbar-light .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  
  @media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-item {
      margin-left: 20px;
      border-bottom: none;
    }
  }
  
  .navbar-light .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 15px;
    font-weight: 400;
    border-top: 2px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  
  .navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #ff0008;
  }
  
  .navbar-light .navbar-nav .nav-item .active {
    font-weight: 400;
    color: #ff0008;
    background-color: transparent;
    border-radius: 0px;
    border-top: none;
  }
  
  @media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-item .active {
      background-color: #ffffff;
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px;
      border-top: 2px solid #ff0008;
    }
  }
  
  .navbar-light .navbar-toggler {
    background-color: #fff;
  }
  
  button:focus:not(:focus-visible) {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

a {
  text-decoration: none;
}








  .containermenu {
    display: flex;
  min-height: 900px; /* Ekran yüksekliğinin tamamını kapla */
  }
  
  .image-section {
    flex: 1;
    overflow: hidden;
  }
  
  .image-section img {
    width: 100%;
    height: 100vh;
    min-height: 900px;
    object-fit: cover;
  }

  .form-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
    padding: 10px;
  }
  #login-form {
      width:80%;
  }
  #register-button, #login-button, #close-terms-popup, #reset-button, #reset2-button {
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #ffffff;
    background-color: #ff0008;
    padding: 11px 25px;
    border-radius: 7.5px;
    display: inline-block;
    outline: none;
    border: none;
    -webkit-transition: all .5s;
    transition: all .5s;

  }
  #register-button:hover, #login-button:hover, #close-terms-popup:hover, #reset-button:hover, #reset2-button:hover {
    background-color: #2a2a2a;

  }
.error-message {
    color: red;
    font-size: 12px;
}

  
  .switch-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .switch-buttons button {
    width: 200px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000000;

    padding: 11px 25px;
    border-radius: 7.5px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: none;
  }
  .switch-buttons button:hover {
    border-bottom: 3px solid #000000;
    color: #000000;
    background-color: #f0f0f0;

  }
  
  .switch-buttons button.active {

    color: #000000;
    background-color: #dbdbdb;
    border-bottom: 2px solid #2a2a2a;
  }

  #register-form, #reset-form, #reset2-form{
    width: 80%;
  }
  #register-form input, #register-form select,  #reset-form input, #reset2-form input{
    width: 100%;
    font-size: 12px;
    padding: 8px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: transparent;
  }
  
  
  #login-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: transparent;
  }
  
  

.remember-me {
    display: inline-flex; /* İç içe öğeleri yatay olarak hizalamak için */
    align-items: center; /* Dikey hizalamayı ortala */
    margin-right: 20px; /* İki öğe arasında bir boşluk bırak */
}
.remember-me label {
  display: block; /* Etiketleri blok öğe olarak ayarla */
  margin-bottom: 8px; /* Alt boşluk ekleyerek checkbox ile arasındaki boşluğu azalt */
  margin-left: 5px;
  font-size: 10px;
  text-wrap:nowrap;
}
a.password-reset-link {
    color: #000000;
    text-decoration: underline;
    float: right;
    font-size: 10px;
}
.agree-to-terms {
  display: inline-flex; /* İç içe öğeleri yatay olarak hizalamak için */
    align-items: center; /* Dikey hizalamayı ortala */
    white-space: nowrap;

}
.agree-to-terms label {
  display: block; /* Etiketleri blok öğe olarak ayarla */
  font-size: 12px;
  margin-left: 10px;
  margin-bottom: 5px;
}
.agree-to-terms a {
  text-decoration: underline; /* Linki altı çizili yapar */
  color: #0077cc; /* Link rengini ayarlar */
}

#notification{
  color: #ff0008;
  font-size: 14px;
}

#terms-popup-content {

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  background-color: #363636;
  width: 60%; /* Genişliği artırarak pencereyi genişletin */
  height: 80%; /* Yüksekliği artırarak pencereyi yükseltin */
}

.hidden {
  display: none;
}

  
 /* Diğer stil kuralları burada olabilir */

@media (max-width: 768px) {
    .containermenu {
      flex-direction: column;
    }
  
    .image-section {
      flex: none;
    }
    
    #register-form,   #reset-form{
      width: 100%;
    }
    #register-form input, #register-form select, #login-form input,   #reset-form input{
      color: #000000;
      background-color: #ebebeb;
      opacity: 0.7;
    }

    .switch-buttons button {
      background-color: #a1a1a1;
      opacity: 0.5;
      border-bottom: 3px solid #ffffff;
    }
    .switch-buttons button:hover {
      background-color: #a1a1a1;
      opacity: 1.0;
  
    }
    .switch-buttons button.active {
      background-color: #ffffff;
      border-bottom: 3px solid #000000;
      opacity: 1.0;
    }
  
    .form-section {
        margin-top: -1000px;
       
        padding: 40px; /* Çerçeve içindeki boşluklar */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
        background-color: transparent;

    }
    .switch-buttons, #login-form, #register-form, #company-form, #customer-form,  #reset-form{
        opacity: 1;
    }

    .remember-me label {
      color: #ffffff;
}
    
    a.password-reset-link {
      color: #ffffff;
    }
    .agree-to-terms {
        color:#ffffff ;
    }
    #terms-popup-content {
      background-color: #363636;
      width: 90%; /* Genişliği artırarak pencereyi genişletin */
      height: 80%; /* Yüksekliği artırarak pencereyi yükseltin */
    }

  }
  
  /* Diğer stil kurallarına devam edebilirsiniz */
  .form-section .btpLogo {
    max-width: 150px; /* Resmin maksimum genişliği */
    margin-bottom: 20px;
    height: auto; /* Otomatik yükseklik ayarı */
  }

    .password-container {
      position: relative;
      width:100%;
    }

    #password-input {
      padding-right: 30px; /* Adjust the padding to leave space for the icon */
    }

    .toggle-password {
      position: absolute;
      top: 40%;
      right: 5px;
      transform: translateY(-50%);
      cursor: pointer;
    }
    .loginformdiv{
        width:100%;
    }