*{box-sizing:border-box}

.simon-login-body{
  margin:0!important;
  min-height:100vh!important;
  background:#f4f8ff!important;
  font-family:"Segoe UI",Arial,sans-serif!important;
  color:#172033;
  overflow-x:hidden;
}

.simon-login-body #loading{display:none!important}

.simon-login-page{
  min-height:100vh;
  display:grid;
  grid-template-columns:58% 42%;
}

/* LEFT */
.simon-left{
  min-height:100vh;
  position:relative;
  padding:28px 46px 58px;
  background:
    radial-gradient(circle at 72% 22%,rgba(67,130,230,.13),transparent 26%),
    linear-gradient(145deg,#fff 0%,#f7faff 55%,#eaf3ff 100%);
  overflow:hidden;
}

.simon-brand img{
  width:165px;
  max-height:62px;
  object-fit:contain;
}

.simon-left-grid{
  display:grid;
  grid-template-columns:50% 50%;
  max-width:1050px;
  margin:34px auto 0;
  align-items:center;
}

.simon-kicker{
  color:#3278db;
  letter-spacing:3px;
  font-size:12px;
  font-weight:800;
  margin-bottom:18px;
}

.simon-copy h1{
  margin:0;
  font-size:clamp(40px,3.3vw,64px);
  line-height:1.06;
  letter-spacing:-2px;
  font-weight:800;
  color:#111827;
}

.simon-copy h1 span{color:#3278db}

.simon-description{
  max-width:480px;
  color:#657387;
  font-size:15px;
  line-height:1.65;
  margin:22px 0 24px;
}

.simon-service-list{
  display:flex;
  flex-direction:column;
  gap:11px;
  max-width:400px;
}

.service-row{
  display:flex;
  align-items:center;
  gap:13px;
}

.service-icon{
  width:44px;
  height:44px;
  border-radius:12px;
  background:#fff;
  color:#3278db;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 20px rgba(38,95,160,.12);
  flex:none;
}

.service-row strong{
  display:block;
  color:#172033;
  font-size:13px;
  margin-bottom:2px;
}

.service-row span{
  display:block;
  color:#718096;
  font-size:11px;
  line-height:1.35;
}

.simon-visual{
  position:relative;
  min-height:600px;
}

.africa-svg{
  position:absolute;
  width:100%;
  max-width:430px;
  top:0;
  left:5%;
}

.africa-shape{
  fill:#dfeeff;
}

.route{
  fill:none;
  stroke:#5893e8;
  stroke-width:2;
  stroke-dasharray:5 7;
}

.dot{
  fill:#3278db;
  stroke:#fff;
  stroke-width:3;
}

.map-label rect{
  fill:#fff;
  stroke:#d8e6f7;
  stroke-width:1;
  filter:drop-shadow(0 5px 10px rgba(40,95,160,.12));
}

.map-label text{
  fill:#26354a;
  font-size:12px;
  font-weight:700;
  text-anchor:middle;
}

.connecting{
  position:absolute;
  top:320px;
  left:10%;
  color:#3278db;
  font-size:26px;
  line-height:1.05;
  font-style:italic;
  transform:rotate(-7deg);
  font-family:cursive;
}

.logistics-art{
  position:absolute;
  left:2%;
  right:0;
  bottom:0;
  height:190px;
}

.container-box{
  position:absolute;
  left:70px;
  bottom:15px;
  width:190px;
  height:105px;
  background:linear-gradient(135deg,#2d76d7,#1f5fb5);
  border-radius:5px;
  box-shadow:0 18px 30px rgba(48,105,175,.18);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding-right:16px;
  font-size:13px;
  font-weight:800;
}

.container-box:before{
  content:"";
  position:absolute;
  inset:0;
  background:repeating-linear-gradient(90deg,rgba(255,255,255,.09) 0 3px,transparent 3px 19px);
}

.parcel{
  position:absolute;
  width:37px;
  height:37px;
  background:#d7aa6b;
  border:1px solid #bb8a4e;
  bottom:8px;
  z-index:3;
}

.p1{left:45px}
.p2{left:80px}
.p3{left:63px;bottom:44px}

.mini-truck{
  position:absolute;
  right:8px;
  bottom:12px;
  width:190px;
  height:85px;
}

.truck-body{
  position:absolute;
  left:0;
  bottom:20px;
  width:118px;
  height:58px;
  border-radius:4px;
  background:#f8fbff;
  border:2px solid #d5e2f2;
  color:#3278db;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}

.truck-cabin{
  position:absolute;
  right:0;
  bottom:20px;
  width:70px;
  height:48px;
  border-radius:7px 17px 4px 4px;
  background:#77aef2;
}

.truck-wheel{
  position:absolute;
  bottom:4px;
  width:25px;
  height:25px;
  border-radius:50%;
  background:#374151;
  border:5px solid #6b7280;
}

.tw1{left:30px}
.tw2{right:28px}

.airplane{
  position:absolute;
  right:70px;
  top:-22px;
  color:#74a8eb;
  font-size:44px;
  transform:rotate(-15deg);
}

.left-footer{
  position:absolute;
  left:46px;
  bottom:25px;
  display:flex;
  gap:20px;
  color:#6f7d90;
  font-size:11px;
}

.left-footer b{color:#3278db}

/* RIGHT */
.simon-right{
  min-height:100vh;
  position:relative;
  background:
    radial-gradient(circle at 80% 10%,rgba(69,135,232,.13),transparent 25%),
    linear-gradient(180deg,#edf5ff,#e5f0ff);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:50px;
}

.language-ui{
  position:absolute;
  right:38px;
  top:28px;
  color:#536176;
  font-size:12px;
  font-weight:600;
}

.login-card{
  width:100%;
  max-width:500px;
  background:rgba(255,255,255,.97);
  border-radius:22px;
  padding:46px 48px 36px;
  box-shadow:0 24px 55px rgba(43,90,155,.13);
  border:1px solid #e5edf7;
}

.login-logo{
  text-align:center;
  margin-bottom:28px;
}

.login-logo img{
  width:175px;
  max-height:68px;
  object-fit:contain;
}

.login-card h2{
  text-align:center;
  margin:0;
  color:#172033;
  font-size:29px;
  font-weight:800;
}

.login-card>p{
  text-align:center;
  margin:8px 0 32px;
  color:#8793a3;
  font-size:13px;
}

.login-card .login100-form{
  width:100%!important;
  padding:0!important;
}

.modern-input.wrap-input100{
  height:54px!important;
  border:1px solid #d9e2ec!important;
  border-radius:10px!important;
  background:#fff!important;
  margin:0 0 18px!important;
  position:relative!important;
  overflow:hidden!important;
}

.modern-input>.fa{
  position:absolute;
  left:17px;
  top:50%;
  transform:translateY(-50%);
  color:#718096;
  z-index:3;
}

.modern-input .input100{
  height:52px!important;
  width:100%!important;
  padding:0 45px 0 46px!important;
  border:0!important;
  background:transparent!important;
  outline:none!important;
  font-size:13px!important;
  color:#26354a!important;
}

.modern-input .focus-input100{display:none!important}

.modern-input .btn-show-pass{
  position:absolute!important;
  right:16px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:4!important;
  color:#7f8b9b!important;
}

.login-options{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:11px;
  color:#6c788b;
  margin:0 0 22px;
}

.login-options label{
  display:flex;
  align-items:center;
  gap:7px;
  margin:0;
}

.login-options input{
  accent-color:#3278db;
}

.forgot-password{
  color:#3278db;
  font-weight:600;
}

.simon-right .container-login100-form-btn{
  margin:0!important;
}

.simon-right .wrap-login100-form-btn{
  width:100%!important;
  box-shadow:none!important;
  border-radius:10px!important;
}

.simon-right .login100-form-bgbtn{
  display:none!important;
}

.simon-right .login100-form-btn{
  width:100%!important;
  height:52px!important;
  border:0!important;
  border-radius:10px!important;
  background:linear-gradient(90deg,#2f7ee8,#1767d1)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:700!important;
  text-transform:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.login-or{
  display:flex;
  align-items:center;
  gap:15px;
  margin:22px 0;
  color:#97a3b4;
  font-size:10px;
}

.login-or:before,
.login-or:after{
  content:"";
  height:1px;
  flex:1;
  background:#e3e9f0;
}

.create-account{
  text-align:center;
  border-radius:11px;
  padding:16px;
  background:#f6f9fd;
  font-size:12px;
  color:#7c8797;
}

.create-account span{
  display:block;
  margin-bottom:3px;
}

.create-account a{
  color:#3278db;
  font-weight:700;
  text-decoration:none;
}

.right-footer{
  position:absolute;
  bottom:25px;
  left:35px;
  right:35px;
  display:flex;
  justify-content:space-between;
  font-size:10px;
  color:#8794a7;
}

/* RESPONSIVE */
@media(max-width:1050px){
  .simon-login-page{grid-template-columns:52% 48%}
  .simon-left-grid{grid-template-columns:1fr}
  .simon-visual{
    position:absolute;
    right:-100px;
    top:170px;
    width:420px;
    opacity:.35;
  }
  .simon-copy{position:relative;z-index:3}
}

@media(max-width:850px){
  .simon-login-page{display:block}

  .simon-left{
    min-height:auto;
    padding:30px 24px 60px;
  }

  .simon-left-grid{
    margin-top:45px;
  }

  .simon-copy h1{
    font-size:40px;
  }

  .simon-visual{
    display:none;
  }

  .left-footer{
    position:static;
    margin-top:35px;
  }

  .simon-right{
    min-height:auto;
    padding:75px 20px 85px;
  }

  .right-footer{
    position:static;
    margin-top:30px;
  }
}

@media(max-width:520px){
  .simon-brand img{width:145px}
  .simon-copy h1{font-size:34px;letter-spacing:-1px}
  .login-card{padding:38px 22px 30px;border-radius:18px}
  .language-ui{right:20px}
}

/* Approved Africa logistics visual */
.simon-visual{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:620px!important;
  position:relative!important;
}

.africa-logistics-img{
  width:100%;
  max-width:570px;
  height:auto;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 20px 35px rgba(48,105,175,.12));
}

@media(max-width:1050px){
  .simon-visual{
    position:absolute!important;
    right:-70px!important;
    top:150px!important;
    width:470px!important;
    opacity:.38;
  }
}

@media(max-width:850px){
  .simon-visual{
    display:none!important;
  }
}

/* Final visual sizing */
.africa-logistics-img{
  width:125%!important;
  max-width:690px!important;
  transform:translate(-5%, -3%);
}

/* ===== FINAL MOBILE VERSION ===== */
@media (max-width: 850px){

  .simon-login-page{
    display:block !important;
  }

  .simon-left{
    min-height:auto !important;
    padding:24px 18px 40px !important;
  }

  .simon-brand{
    text-align:center;
  }

  .simon-brand img{
    width:145px !important;
  }

  .simon-left-grid{
    display:block !important;
    margin:34px 0 0 !important;
  }

  .simon-copy{
    text-align:center;
  }

  .simon-kicker{
    font-size:10px !important;
    letter-spacing:2px !important;
    margin-bottom:14px !important;
  }

  .simon-copy h1{
    font-size:36px !important;
    line-height:1.08 !important;
    letter-spacing:-1px !important;
  }

  .simon-description{
    max-width:360px !important;
    margin:18px auto 24px !important;
    font-size:13px !important;
    line-height:1.55 !important;
  }

  .simon-service-list{
    max-width:420px !important;
    margin:0 auto !important;
    text-align:left !important;
    gap:9px !important;
  }

  .service-row{
    background:rgba(255,255,255,.72);
    padding:9px 10px;
    border-radius:12px;
  }

  .service-icon{
    width:38px !important;
    height:38px !important;
  }

  .service-row strong{
    font-size:12px !important;
  }

  .service-row span{
    font-size:10px !important;
  }

  .simon-visual{
    display:flex !important;
    position:relative !important;
    top:auto !important;
    right:auto !important;
    width:100% !important;
    min-height:auto !important;
    opacity:1 !important;
    margin:26px auto 0 !important;
  }

  .africa-logistics-img{
    width:100% !important;
    max-width:520px !important;
    transform:none !important;
    margin:auto !important;
  }

  .left-footer{
    position:static !important;
    justify-content:center !important;
    margin-top:22px !important;
    font-size:10px !important;
  }

  .simon-right{
    min-height:auto !important;
    padding:52px 16px 70px !important;
  }

  .language-ui{
    top:18px !important;
    right:18px !important;
    font-size:10px !important;
  }

  .login-card{
    max-width:460px !important;
    padding:32px 20px 28px !important;
    border-radius:18px !important;
  }

  .login-logo img{
    width:150px !important;
  }

  .login-card h2{
    font-size:25px !important;
  }

  .login-card>p{
    font-size:12px !important;
    margin-bottom:26px !important;
  }

  .modern-input.wrap-input100{
    height:50px !important;
  }

  .modern-input .input100{
    height:48px !important;
    font-size:13px !important;
  }

  .login-options{
    font-size:10px !important;
  }

  .simon-right .login100-form-btn{
    height:50px !important;
  }

  .right-footer{
    position:static !important;
    margin-top:28px !important;
    flex-direction:column !important;
    gap:5px !important;
    text-align:center !important;
  }
}

@media (max-width: 480px){

  .simon-left{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .simon-copy h1{
    font-size:31px !important;
  }

  .africa-logistics-img{
    width:108% !important;
    max-width:none !important;
    margin-left:-4% !important;
  }

  .login-card{
    padding:28px 16px 24px !important;
  }
}

/* FIX MOBILE LOGIN WIDTH */
@media (max-width:850px){

  .simon-right{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .login-card{
    width:100% !important;
    max-width:460px !important;
    margin:0 auto !important;
  }

  .login-card .login100-form{
    width:100% !important;
    max-width:none !important;
  }

  .modern-input.wrap-input100{
    width:100% !important;
  }

  .right-footer{
    width:100% !important;
  }
}

@media (max-width:480px){

  .simon-right{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .login-card{
    width:100% !important;
    max-width:none !important;
  }
}
