body { margin: 0; }
.page-content-wrapper { padding: 0 !important; }
main.container.my-4 { max-width: 100% !important; margin: 0 !important; padding: 0 !important; }
body.for-login-page, .page_content { background: #fff; }

.summit-topbar {
  display: flex;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.summit-topbar .container { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 40px; }
.summit-topbar-brand { display: flex; align-items: center; gap: 12px; }
.summit-topbar-brand img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.summit-topbar-brand span { font-weight: 700; font-size: 17px; color: #1a1a1a; }
.summit-topbar a { color: #1a1a1a; font-size: 14px; text-decoration: none; }

.summit-login-wrapper {
  display: flex;
  min-height: calc(100vh - 85px);
  flex-wrap: wrap;
  background: #fff;
  width: 100%;
}
.summit-login-left {
  flex: 1 1 42%;
  min-width: 320px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px 60px calc(max(40px, (100vw - 1320px) / 2));
}
.summit-hero-heading { font-size: 40px; font-weight: 800; line-height: 1.15; color: #1a1a1a; margin: 0 0 20px; }
.summit-hero-heading span { color: #c0181f; }
.summit-hero-sub { max-width: 480px; color: #444; font-size: 16px; line-height: 1.6; margin-bottom: 36px; }
.summit-features { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 520px; }
.summit-feature { display: flex; gap: 12px; align-items: flex-start; }
.summit-feature-icon { width: 40px; height: 40px; flex-shrink: 0; border-radius: 10px; background: #fdeaea; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.summit-feature strong { display: block; font-size: 14px; color: #1a1a1a; margin-bottom: 2px; }
.summit-feature p { margin: 0; font-size: 12.5px; color: #666; line-height: 1.4; }

.summit-login-right {
  flex: 1 1 40%;
  min-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px calc(max(40px, (100vw - 1320px) / 2)) 40px 40px;
  background: #fafafa;
}
.summit-login-right .page-card { box-shadow: 0 10px 40px rgba(0,0,0,0.12); border-radius: 16px; padding: 56px 64px; width: 100%; max-width: 760px; background: #fff; }
.summit-login-right .app-logo { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; margin-bottom: 16px; }
.summit-login-right .page-card-head h4 { font-size: 24px; font-weight: 800; color: #1a1a1a; }
.summit-login-right .btn-login { background: #c0181f !important; border-color: #c0181f !important; font-weight: 600; padding: 10px; }
.summit-login-right .btn-login:hover { background: #9c1319 !important; }
.summit-login-right a { color: #c0181f; }

.summit-login-footer { width: 100%; background: #c0181f; color: #fff; text-align: center; padding: 10px 20px; font-size: 13px; }

@media (max-width: 900px) {
  .summit-login-footer { order: 3; }
  .summit-login-wrapper { flex-direction: column; min-height: auto; }
  .summit-login-left { padding: 40px 24px 30px; order: 1; }
  .summit-login-right { padding: 30px 24px 50px; order: 2; }
  .summit-hero-heading { font-size: 28px; }
  .summit-hero-sub { font-size: 14px; margin-bottom: 24px; }
  .summit-features { grid-template-columns: 1fr; gap: 14px; max-width: 100%; }
  .summit-login-right .page-card { max-width: 100%; padding: 32px 24px; }
  .summit-topbar { padding: 14px 0; }
  .summit-topbar .container { padding: 0 20px; }
  .summit-topbar-brand img { width: 40px; height: 40px; }
  .summit-topbar-brand span { font-size: 14px; }
}
@media (max-width: 480px) {
  .summit-hero-heading { font-size: 24px; }
  .summit-login-right .page-card { padding: 24px 18px; }
  .summit-login-right .page-card-head h4 { font-size: 20px; }
  .summit-login-right .app-logo { width: 70px !important; height: 70px !important; }
  .summit-feature-icon { width: 34px; height: 34px; font-size: 16px; }
  .summit-feature strong { font-size: 13px; }
  .summit-feature p { font-size: 11.5px; }
}
