header,
footer,
.master-breadcrumb,
#main-body > .container > .row > .sidebar,
.navbar {
  display: none !important;
}

body {
  overflow: hidden !important;
  background-color: #f8f9fa;
  font-family: 'Inter', sans-serif;
}

.auth-wrapper {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 10;
}

/* Sol Turuncu Taraf */
.auth-image-side {
  flex: 1.2;
  background-color: #ff5319;
  background: linear-gradient(135deg, #ff5319 0%, #ff6533 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 4rem;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.auth-image-side::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    top: -150px;
    right: -150px;
    z-index: 0;
}

.auth-image-side::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    bottom: -200px;
    left: -200px;
    z-index: 0;
}

/* Ensure content stays on top of decorative circles */
.auth-image-side > * {
    position: relative;
    z-index: 1;
}


.auth-image-side img {
    margin-bottom: 1rem;
    height: 70px;
}

.auth-image-side .tagline {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 4rem;
    opacity: 0.9;
}

.feature-cards {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateX(10px);
}

.feature-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.feature-content h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.feature-content p {
    margin: 0;
    font-size: 0.85rem;
    opacity: 0.8;
}

/* Sağ Form Tarafı */
.auth-form-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
  overflow-y: auto;
}

.auth-form-side-wrapper {
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 4rem;

  &.register-mode {
    max-width: 900px;
  }
}

.auth-form-side-wrapper .mobile-logo {
    display: none;
}

.auth-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #1e2133;
  margin-bottom: 0.5rem;
}

.auth-subtitle {
    color: #7e8299;
    font-size: 1rem;
    margin-bottom: 2.5rem;
}

.form-group label {
  font-weight: 600 !important;
  color: #3f4254 !important;
  margin-bottom: 0.75rem;
  display: block;
}

.input-group-auth {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group-auth i {
    position: absolute;
    left: 1.25rem;
    color: #a1a5b7;
    width: 20px;
}

.input-group-auth .form-control {
    padding-left: 3.25rem;
    background-color: #f5f8fa;
    border: 1px solid #e4e6ef;
    border-radius: 10px;
    height: 55px;
    font-weight: 500;
}

.input-group-auth .form-control:focus {
    background-color: #f1f4f6;
    border-color: #d1d3e0;
    box-shadow: none;
}

.pw-toggle {
    position: absolute;
    right: 1.25rem;
    cursor: pointer;
    color: #a1a5b7;
}

.forgot-password-link {
  color: #ff5c2a;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.forgot-password-link:hover {
    color: #e54d1d;
    text-decoration: underline;
}

.btn-primary.auth-submit-btn {
  background-color: #ff5c2a;
  border-color: #ff5c2a;
  color: white;
  width: 100%;
  padding: 1rem;
  font-weight: 700;
  border-radius: 12px;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  box-shadow: 0 10px 15px -3px rgba(255, 92, 42, 0.3);
  transition: all 0.3s ease;
}

.btn-primary.auth-submit-btn:hover {
  background-color: #e54d1d;
  border-color: #e54d1d;
  transform: translateY(-2px);
}

.signup-link {
  text-align: center;
  margin-top: 2.5rem;
  color: #7e8299;
  font-weight: 500;
}

.signup-link a {
  color: #ff5c2a;
  font-weight: 700;
  text-decoration: none;
}

.signup-link a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
  .auth-wrapper {
    position: relative;
    height: auto;
    flex-direction: column;
    overflow-y: auto;
  }
  
  body {
    overflow: auto !important;
  }

  .auth-image-side {
    display: none !important;
  }

  .auth-form-side-wrapper {
      padding: 3rem 2rem;
  }

  .auth-form-side-wrapper .mobile-logo{
      display: block;
      text-align: center;
      margin-bottom: 2rem;

      img{
          width: 50%;
      }
  }
}


#terms {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #e4e6ef;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#terms:checked {
    background-color: #ff9800;
    border-color: #ff9800;
}

#terms:checked::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 11px;
    display: block;
}

#terms:hover {
    border-color: #ff9800;
}

.terms-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 0.475rem;
    border: 1px solid #eff2f5;
}

.terms-wrapper label {
    font-size: 0.9rem;
    color: #5e6278;
    line-height: 1.4;
    cursor: pointer;
    margin: 3px !important;
    font-weight: 500 !important;
}

.terms-wrapper label a {
    color: #ff9800 !important;
    font-weight: 600;
    text-decoration: none;
}

.terms-wrapper label a:hover {
    text-decoration: underline;
}

