@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}

@media (max-width: 991.98px) {
  .left-panel,
  .col-lg-6.px-0 {
    display: none !important;
  }
}

.signin-rw {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.form-wrapper {
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-wrapper h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

.form-wrapper p {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
}

.form-control {
  margin-bottom: 12px;
  padding: 10px 12px;
  font-size: 0.95rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
}

.btn-login {
  background-color: #000;
  border: none;
  color: white;
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.alert {
  font-size: 14px;
  padding: 10px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .form-wrapper {
    padding: 30px;
  }

  .form-wrapper h2 {
    font-size: 24px;
  }

  .left-panel {
    padding: 30px;
  }

  .left-panel h1 {
    font-size: 1.8rem;
  }
}

/* LEFT PANEL STYLES */
.left-panel {
  background: url("../img/signin-png.png") center center/cover no-repeat;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  height: 100%;
  position: relative;
}

.left-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  /* dark overlay */
  z-index: 0;
}

.left-panel > * {
  position: relative;
  z-index: 1;
}

.left-panel h1 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 50px;
}

.left-panel p {
  margin-top: 10px;
  font-size: 1.1rem;
  max-width: 450px;
}

.left-panel .quote {
  background: linear-gradient(
    135deg,
    rgba(255, 234, 230, 0.8),
    rgba(255, 255, 255, 0.6)
  );
  padding: 20px;
  border-radius: 12px;
  font-style: italic;
  font-size: 14px;
  color: #444;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  max-width: 380px;
  width: 100%;
  position: relative;
  line-height: 1.6;
  backdrop-filter: blur(2px);
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  margin-top: auto;
  margin-bottom: -10px;
}

.left-panel .quote .author {
  display: block;
  text-align: right;
  font-style: normal;
  margin-top: 10px;
}

.left-logo {
  width: 150px;
  margin-bottom: 40px;
}

.mid-or-span {
  position: relative;
}

.mid-or-span span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  color: #666;
}

.mid-or-span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 50%;
  left: 0;
  z-index: 0;
}

.mid-or-span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 50%;
  right: 0;
  z-index: 0;
}

.text-link {
  color: #ff826b;
  font-weight: 300;
  text-decoration: none;
}

.text-link:hover {
  color: #ff826b;
}

.goggle-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.goggle-btn:hover {
  background-color: #f0f0f0;
}
