.dt_login_body {
  --pp-navy: #08234b;
  --pp-blue: #0038a8;
  --pp-red: #ce1126;
  --pp-pink: #e21f57;
  --pp-gold: #f6c445;
  --pp-cream: #fffaf0;
  --pp-muted: #647086;
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 12%, rgba(246,196,69,.13), transparent 25%),
    radial-gradient(circle at 92% 88%, rgba(226,31,87,.1), transparent 28%),
    linear-gradient(135deg, #fffaf0, #fff 51%, #fff3f7);
  color: var(--pp-navy);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  overflow: hidden;
}

.dt_login_body *, .dt_login_body *:before, .dt_login_body *:after { box-sizing: border-box; }
.dt_login_body_inner { min-height: 100vh; position: relative; }
.dt_login_body .login_baner,
.dt_login_body .login_banner_mask,
.dt_login_body .login_banner_lines { display: none !important; }

.dt_login_body nav {
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 1px 0 rgba(8,35,75,.09) !important;
  height: 94px !important;
  line-height: 94px !important;
  position: relative;
  z-index: 5;
}
.dt_login_body nav .nav-wrapper {
  align-items: center;
  display: flex;
  height: 94px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1368px;
  padding: 10px 24px 16px;
}
.dt_login_body .header_logo { align-items: center; display: flex; float: none !important; height: 68px; max-width: none !important; position: static !important; }
.dt_login_body .header_logo img { display: block; height: 52px; margin: 0 !important; max-width: 330px; object-fit: contain; width: auto; }
.dt_login_body .header_logo .brand-logo,
.dt_login_body .header_logo .brand-logo:hover,
.dt_login_body .header_logo .brand-logo:focus {
  align-items: center;
  background: transparent !important;
  box-shadow: none !important;
  display: flex !important;
  filter: none !important;
  height: 68px;
  left: auto !important;
  line-height: 1 !important;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
}
.dt_login_body .header_logo .brand-logo:hover img,
.dt_login_body .header_logo .brand-logo:focus img { filter: none !important; opacity: 1 !important; transform: none !important; }
.dt_login_body .header_logo .brand-logo:before,
.dt_login_body .header_logo .brand-logo:after,
.dt_login_body .header_logo .brand-logo:hover:before,
.dt_login_body .header_logo .brand-logo:hover:after { background: none !important; border: 0 !important; content: none !important; display: none !important; }
.dt_login_body .not_usr_nav { align-items: center; display: flex; float: none !important; gap: 10px; height: auto; }
.dt_login_body .not_usr_nav li { float: none; }
.dt_login_body .not_usr_nav a {
  align-items: center;
  background: transparent !important;
  border-radius: 999px;
  box-shadow: none !important;
  color: var(--pp-navy) !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0 20px;
  text-transform: none;
  transition: .2s ease;
}
.dt_login_body .not_usr_nav a:hover,
.dt_login_body .not_usr_nav a:focus-visible {
  background: var(--pp-gold) !important;
  color: #fff !important;
}
.dt_login_body .not_usr_nav li:last-child a {
  background: linear-gradient(135deg, var(--pp-red), var(--pp-pink)) !important;
  color: #fff !important;
}
.dt_login_body .not_usr_nav li:last-child a:hover,
.dt_login_body .not_usr_nav li:last-child a:focus-visible { background: var(--pp-gold) !important; }

.dt_login_body .auth_bg_img { background: transparent !important; min-height: calc(100vh - 94px); padding: 34px 24px 64px; }
.dt_login_body .dt_login_bg { margin: 0 auto; max-width: 1320px; padding: 0 !important; width: 100%; }
.dt_login_body .dt_login_con {
  background: #fff;
  border: 1px solid rgba(8,35,75,.1);
  border-radius: 28px;
  box-shadow: 0 32px 90px rgba(8,35,75,.15);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 1fr);
  min-height: 680px;
  overflow: hidden;
  position: relative;
}
.dt_login_body .dt_login_con:after { content: none !important; display: none !important; }

.pp_login_story { min-height: 680px; overflow: hidden; position: relative; }
.pp_login_story:after {
  background: linear-gradient(180deg, rgba(8,35,75,.02) 28%, rgba(8,35,75,.9) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.pp_login_story img { height: 100%; inset: 0; object-fit: cover; object-position: 20% center; position: absolute; width: 100%; }
.pp_login_story_copy { bottom: 0; color: #fff; left: 0; max-width: 620px; padding: 54px; position: absolute; right: 0; z-index: 1; }
.pp_login_eyebrow { color: var(--pp-gold); display: block; font-size: 11px; font-weight: 900; letter-spacing: .17em; margin-bottom: 14px; text-transform: uppercase; }
.pp_login_story_copy h1 { color: #fff; font: 400 clamp(38px, 4.2vw, 58px)/1.04 "Segoe UI", Arial, sans-serif; letter-spacing: -.04em; margin: 0 0 16px; }
.pp_login_story_copy p { color: rgba(255,255,255,.8); font-size: 15px; font-weight: 600; line-height: 1.7; margin: 0; max-width: 480px; }

.dt_login_body .row.dt_login.login { align-self: center; margin: 0 !important; padding: 54px clamp(34px, 4.5vw, 68px); width: 100%; }
.dt_login_body form.login { background: transparent !important; margin: 0 !important; max-width: 520px; padding: 0 !important; width: 100%; }
.pp_login_heading { margin-bottom: 30px; }
.pp_login_heading .pp_login_eyebrow { color: var(--pp-pink); }
.pp_login_heading h2 { color: var(--pp-navy); font: 400 clamp(38px, 3.4vw, 50px)/1.05 "Segoe UI", Arial, sans-serif; letter-spacing: -.04em; margin: 0 0 10px; }
.pp_login_heading p { color: var(--pp-muted); font-size: 14px; font-weight: 600; line-height: 1.6; margin: 0; }

.dt_login_body form.login > .row { margin: 0 0 17px !important; }
.dt_login_body .input-field { margin: 0 !important; position: relative; }
.dt_login_body .input-field label {
  color: #526078 !important;
  font-size: 10px !important;
  font-weight: 900;
  left: 18px !important;
  letter-spacing: .08em;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
  top: 15px !important;
  transform: none !important;
}
.dt_login_body .input-field input {
  background: #f8f9fc !important;
  border: 1px solid #dfe4ec !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  color: var(--pp-navy) !important;
  font-size: 15px !important;
  height: 66px !important;
  margin: 0 !important;
  padding: 20px 18px 0 !important;
  width: 100% !important;
}
.dt_login_body .input-field input:focus {
  background: #fff !important;
  border-color: rgba(226,31,87,.65) !important;
  box-shadow: 0 0 0 4px rgba(226,31,87,.09) !important;
  outline: 0 !important;
}
.dt_login_body .alert { border-radius: 12px; font-size: 12px; margin-bottom: 16px; padding: 12px 15px; }

.dt_login_body .dt_login_footer { align-items: center; display: grid; gap: 15px; grid-template-columns: 1fr auto; margin-top: 5px; }
.dt_login_body .dt_login_footer button {
  background: linear-gradient(135deg, var(--pp-red), var(--pp-pink)) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 30px rgba(206,17,38,.22) !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  height: 52px !important;
  letter-spacing: 0 !important;
  line-height: 52px !important;
  min-width: 170px;
  padding: 0 28px !important;
  text-transform: none !important;
  transition: .2s ease;
}
.dt_login_body .dt_login_footer button:hover,
.dt_login_body .dt_login_footer button:focus-visible {
  background: var(--pp-gold) !important;
  color: #fff !important;
  transform: translateY(-2px);
}
.dt_login_body .dt_login_footer > a { color: var(--pp-red) !important; font-size: 12px; font-weight: 800; white-space: nowrap; }
.dt_login_body .dt_login_footer > a:hover,
.dt_login_body .dt_login_footer > a:focus-visible { color: #b17a00 !important; }

.pp_social_divider { align-items: center; color: #8a93a3; display: flex; font-size: 10px; font-weight: 800; gap: 12px; letter-spacing: .07em; margin: 28px 0 16px; text-transform: uppercase; }
.pp_social_divider:before, .pp_social_divider:after { background: #e4e8ef; content: ""; flex: 1; height: 1px; }
.dt_login_body .dt_social_login { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 !important; }
.dt_login_body .dt_social_login .btn_social {
  align-items: center;
  background: #fff !important;
  border: 1px solid #dfe4ec !important;
  border-radius: 13px !important;
  box-shadow: none !important;
  color: var(--pp-navy) !important;
  display: flex;
  font-size: 11px !important;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px !important;
  text-transform: none;
  transition: .2s ease;
}
.dt_login_body .dt_social_login .btn_social:hover,
.dt_login_body .dt_social_login .btn_social:focus-visible { background: var(--pp-gold) !important; border-color: var(--pp-gold) !important; color: #fff !important; transform: translateY(-1px); }
.dt_login_body .dt_social_login svg { flex: 0 0 20px; height: 20px; width: 20px; }
.pp_login_register { color: var(--pp-muted); font-size: 12px; font-weight: 600; margin: 24px 0 0; text-align: center; }
.pp_login_register a { color: var(--pp-red) !important; font-weight: 900; }
.pp_login_register a:hover, .pp_login_register a:focus-visible { color: #b17a00 !important; }

@media (max-width: 960px) {
  .dt_login_body .auth_bg_img { padding: 24px; }
  .dt_login_body .dt_login_con { grid-template-columns: .9fr 1.1fr; }
  .pp_login_story_copy { padding: 34px; }
  .pp_login_story_copy h1 { font-size: 40px; }
  .dt_login_body .row.dt_login.login { padding: 42px 34px; }
}

@media (max-width: 740px) {
  .dt_login_body { overflow: auto; }
  .dt_login_body nav, .dt_login_body nav .nav-wrapper { height: 78px !important; line-height: 78px !important; }
  .dt_login_body nav .nav-wrapper { padding: 8px 18px 12px; }
  .dt_login_body .header_logo img { height: 40px; max-width: 220px; }
  .dt_login_body .not_usr_nav { gap: 3px; }
  .dt_login_body .not_usr_nav a { font-size: 11px; height: 36px; padding: 0 12px; }
  .dt_login_body .auth_bg_img { min-height: calc(100vh - 78px); padding: 18px 15px 42px; }
  .dt_login_body .dt_login_con { border-radius: 22px; display: block; min-height: 0; }
  .pp_login_story { min-height: 270px; }
  .pp_login_story img { object-position: 20% 38%; }
  .pp_login_story_copy { padding: 24px; }
  .pp_login_story_copy h1 { font-size: 33px; margin-bottom: 9px; max-width: 390px; }
  .pp_login_story_copy p { display: none; }
  .dt_login_body .row.dt_login.login { padding: 34px 24px 38px; }
  .pp_login_heading h2 { font-size: 38px; }
}

@media (max-width: 440px) {
  .dt_login_body .not_usr_nav li:first-child { display: none; }
  .pp_login_story { min-height: 225px; }
  .pp_login_story_copy h1 { font-size: 28px; }
  .dt_login_body .row.dt_login.login { padding: 30px 18px 34px; }
  .dt_login_body .dt_login_footer { align-items: stretch; grid-template-columns: 1fr; }
  .dt_login_body .dt_login_footer button { width: 100%; }
  .dt_login_body .dt_login_footer > a { text-align: center; }
  .dt_login_body .dt_social_login { grid-template-columns: 1fr; }
}

/* Final legacy-theme neutralization: keep QuickDate behavior, remove its old auth skin. */
html body .dt_login_body,
html body .dt_login_body .dt_login_body_inner,
html body .dt_login_body .auth_bg_img {
  background-color: var(--pp-cream) !important;
  background-image:
    radial-gradient(circle at 10% 12%, rgba(246,196,69,.13), transparent 25%),
    radial-gradient(circle at 92% 88%, rgba(226,31,87,.09), transparent 28%),
    linear-gradient(135deg, #fffaf0, #fff 51%, #fff3f7) !important;
}
html body .dt_login_body .dt_login_con:before { content: none !important; display: none !important; }
html body .dt_login_body .row.dt_login.login {
  background: transparent !important;
  border-radius: 0 !important;
  max-width: none !important;
  position: relative !important;
}
html body .dt_login_body .row.dt_login.login:before { background: none !important; content: none !important; display: none !important; }
html body .dt_login_body form.login { color: var(--pp-navy) !important; }
html body .dt_login_body .dt_social_login { margin: 0 !important; overflow: visible !important; }
html body .dt_login_body .dt_social_login .btn_social {
  margin: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  width: 100% !important;
}
html body .dt_login_body .dt_login .input-field input + label {
  color: #526078 !important;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  left: 18px !important;
  letter-spacing: .08em !important;
  line-height: 1 !important;
  top: 15px !important;
  transform: none !important;
}
html body .dt_login_body form.login > p.pp_login_register {
  color: var(--pp-muted) !important;
  display: block !important;
  font: 600 12px/1.55 "Poppins", "Segoe UI", Arial, sans-serif !important;
  margin: 24px 0 0 !important;
  text-align: center !important;
}
html body .dt_login_body form.login > p.pp_login_register a {
  color: var(--pp-red) !important;
  display: inline !important;
  font-size: inherit !important;
  font-weight: 900 !important;
  white-space: nowrap;
}
