.register-container{display:flex;min-height:100vh;background:white;font-family:Inter,sans-serif}.register-left{flex:1 1;background:#14532d;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:80px}.register-left:before{content:"";position:absolute;inset:0;opacity:.1;background-image:radial-gradient(#ffffff 1px,transparent 0);background-size:40px 40px}.register-right{width:640px;display:flex;flex-direction:column;padding:80px;justify-content:center}.onboarding-card{padding:32px;background:#f8fafc;border-radius:24px;border:1px solid #e2e8f0;position:relative;overflow:hidden;transition:all .3s}.onboarding-card:after{content:"";position:absolute;top:-10px;right:-10px;width:100px;height:100px;background:#f0fdf4;border-radius:50%;z-index:0}.btn-register-main{width:100%;height:64px;background:#14532d;border:none;border-radius:20px;color:white;display:flex;align-items:center;justify-content:center;gap:12px;font-size:16px;font-weight:800;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px -5px rgba(20,83,45,.3)}.btn-register-main:hover{transform:translateY(-2px);box-shadow:0 15px 30px -5px rgba(20,83,45,.4)}@media (max-width:1120px){.register-left{display:none}.register-right{width:100%;padding:40px 20px}}