.main-wrapper.login-body{height:100vh;display:flex;justify-content:center;align-items:center;padding:40px 20px;background:#fff}.login-wrapper{width:55%;box-sizing:border-box;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:10px}.loginbox{display:flex;width:100%;max-width:1100px;min-height:500px;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.08);border-radius:10px;overflow:hidden}.login-left{display:flex;justify-content:center;align-items:center}.login-left-logo img{width:150px;height:auto;opacity:.9}.login-left{width:50%;border-left:1px solid #f0f0f0;background:linear-gradient(180deg,#e5e5e5,#fff)}.login-right{width:50%;padding:60px 40px;display:flex;align-items:center;justify-content:center}.login-right-wrap{width:100%;max-width:350px}.login-right-wrap h1{font-size:32px;font-weight:600;color:#222;text-align:center;margin-bottom:35px}.forgot-link{font-size:14px;color:#333;text-decoration:underline}.forgot-link:hover{color:#007bff}.custom-login-btn{width:100%;height:48px;background:linear-gradient(90deg,#2a72ff,#003ecc);color:#fff!important;font-size:16px;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:.3s;box-shadow:0 4px 10px rgba(0,80,255,.25)}.custom-login-btn:hover{background:linear-gradient(90deg,#1e5fe6,#0030a3)}.custom-login-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:1024px){.login-wrapper{width:80%}}@media (max-width:768px){.login-wrapper{width:90%}}@media (max-width:426px){.login-wrapper{width:100%}.login-left{display:none}.login-right{width:100%}}