:root{font-family:Inter,system-ui,sans-serif;color:#202636}
*{box-sizing:border-box}
html,body{width:100%;height:100%;margin:0;overflow:hidden}
.mega-login-body{background:#172337 url('../images/login-sunset-background-livery.png') center center/cover no-repeat}
.mega-login-page{position:relative;width:100%;height:100vh;min-height:700px;overflow:hidden}
.mega-brand-panel{position:absolute;z-index:2;left:5.1%;top:12.7%;width:44.5%;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.5)}
.mega-brand-heading{display:flex;align-items:center;gap:24px}
.mega-brand-heading h1{margin:0;font-size:clamp(34px,2.45vw,47px);font-weight:800;line-height:1.08;letter-spacing:-.035em}
.mega-brand-heading strong{display:block;margin-top:-2px;color:#ff7417;font:400 clamp(49px,3.8vw,72px)/1 Allura,cursive;letter-spacing:.01em}
.mega-brand-line{display:block;width:min(430px,calc(100% - 194px));height:1px;margin:4px 0 0 194px;background:linear-gradient(90deg,#ff7417 0 48px,rgba(255,255,255,.68) 48px,rgba(255,255,255,.12) 100%)}
.mega-brand-panel>p{margin:10px 0 0 194px;color:rgba(255,255,255,.94);font-size:clamp(16px,1.05vw,20px);font-weight:500;line-height:1.55;text-shadow:0 2px 10px rgba(0,0,0,.62)}
.mega-logo{flex:0 0 auto;background:transparent}
.mega-logo img{display:block;width:100%;height:100%;object-fit:contain}
.mega-logo-small{width:170px;height:170px}
.mega-login-card{position:absolute;z-index:3;top:50%;right:6.5%;width:530px;height:min(803px,calc(100vh - 40px));min-height:700px;padding:48px 37px 106px;transform:translateY(-50%);border:1px solid rgba(255,255,255,.8);border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 22px 65px rgba(24,23,35,.2)}
.mega-card-heading{text-align:center}
.mega-card-heading h2{margin:0;font-size:25px;letter-spacing:-.025em}
.mega-card-heading p{margin:10px 0 0;color:#71798a;font-size:14px}
.mega-logo-card{width:178px;height:178px;margin:18px auto 14px}
.mega-field{margin-bottom:18px}
.mega-field label{display:block;margin-bottom:8px;font-size:13px;font-weight:700}
.mega-input-wrap{position:relative}
.mega-input-wrap input{width:100%;height:50px;padding:0 49px 0 14px;border:1px solid #cfd5de;border-radius:8px;background:#fff;color:#252b38;font:14px Inter;outline:none;transition:.2s}
.mega-input-wrap input:focus{border-color:#ff9a18;box-shadow:0 0 0 3px rgba(255,151,25,.13)}
.mega-input-wrap input:-webkit-autofill,.mega-input-wrap input:-webkit-autofill:hover,.mega-input-wrap input:-webkit-autofill:focus{-webkit-text-fill-color:#252b38;-webkit-box-shadow:0 0 0 1000px #fff inset;transition:background-color 9999s ease-out}
.mega-input-wrap>svg,.mega-input-wrap .lock-icon,.mega-input-wrap>button{position:absolute;top:50%;transform:translateY(-50%);color:#7d8594}
.mega-input-wrap>svg{right:14px;width:20px}
.mega-input-wrap .lock-icon{right:48px;display:grid}
.mega-input-wrap .lock-icon svg{width:18px}
.mega-input-wrap>button{right:8px;width:34px;height:34px;padding:0;border:0;background:transparent;display:grid;place-items:center;cursor:pointer}
.mega-input-wrap>button svg{width:20px}
.mega-input-wrap svg,.mega-submit svg,.mega-benefits svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mega-field small{display:block;margin-top:6px;color:#c93a43;font-size:11px}
.mega-form-meta{display:flex;align-items:center;justify-content:space-between;margin:2px 0 22px}
.mega-remember{display:flex;align-items:center;gap:10px;color:#596171;font-size:13px;font-weight:500}
.mega-remember input{width:19px;height:19px;margin:0;accent-color:#ff9419}
.forgot-copy{color:#2d8ee9;font-size:13px}
.mega-submit{width:100%;height:54px;border:0;border-radius:8px;background:linear-gradient(100deg,#ffa313 0%,#ff771d 48%,#f3282f 100%);color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font:700 16px Inter;cursor:pointer;box-shadow:0 8px 19px rgba(239,72,33,.18)}
.mega-submit svg{width:20px}
.mega-card-footer{position:absolute;left:37px;right:37px;bottom:29px;margin:0;padding-top:22px;border-top:1px solid #dfe1e5;color:#6f7581;text-align:center;font-size:12px;font-weight:600;line-height:1.65}
.login-notice{margin:8px 0 12px;padding:9px 12px;border-radius:8px;font-size:12px}
.login-notice.is-success{background:#e8f8ed;color:#237942}
.mega-benefits{position:absolute;z-index:2;left:25%;bottom:3.1%;color:#fff;display:flex;align-items:center;gap:34px;text-shadow:0 2px 8px rgba(0,0,0,.35)}
.mega-benefits span{display:flex;align-items:center;gap:11px;font-size:14px;font-weight:600;white-space:nowrap}
.mega-benefits svg{width:23px;height:23px}
.mega-benefits i{width:1px;height:28px;background:rgba(255,255,255,.65)}
@media(max-height:830px) and (min-width:901px){.mega-login-card{height:calc(100vh - 28px);min-height:0;padding-top:28px;padding-bottom:82px}.mega-logo-card{width:132px;height:132px;margin:9px auto 8px}.mega-field{margin-bottom:12px}.mega-input-wrap input{height:46px}.mega-form-meta{margin-bottom:14px}.mega-submit{height:49px}.mega-card-footer{bottom:17px;padding-top:12px}.mega-brand-panel{top:9%}.mega-logo-small{width:145px;height:145px}.mega-brand-line,.mega-brand-panel>p{margin-left:169px}}
@media(max-width:1100px){.mega-brand-panel{left:4%;width:47%}.mega-login-card{right:2.5%;width:46%;max-width:530px}.mega-logo-small{width:135px;height:135px}.mega-brand-line,.mega-brand-panel>p{margin-left:159px}.mega-benefits{left:7%}}
@media(max-width:900px){html,body{overflow:auto}.mega-login-body{background-position:38% center}.mega-login-page{min-height:100vh;height:auto;padding:28px 16px;display:grid;place-items:center;overflow:visible}.mega-brand-panel,.mega-benefits{display:none}.mega-login-card{position:relative;top:auto;right:auto;width:min(470px,100%);height:auto;min-height:0;transform:none;padding:32px 24px}.mega-logo-card{width:145px;height:145px}.mega-card-footer{position:static;margin-top:24px;padding-top:18px}}
