*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,Poppins,Arial,sans-serif}body{background:radial-gradient(circle at 15% 10%,#e0fff2 0,transparent 34%),linear-gradient(145deg,#f5f9f7,#e9f1ee);color:#1e3029}.builder-login-page{min-height:100vh;display:grid;place-items:center;padding:24px}.builder-login-card{width:min(940px,100%);min-height:540px;display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid #dce9e3;border-radius:24px;overflow:hidden;box-shadow:0 30px 80px rgba(23,64,49,.14)}.builder-login-hero{padding:50px;background:linear-gradient(150deg,#102e24,#176b52);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.builder-login-hero__mark{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:#eafff6;color:#135b46;font-weight:900}.builder-login-hero h1{font-size:36px;line-height:1.1;margin:30px 0 15px}.builder-login-hero p{color:#c9e0d7;max-width:410px}.builder-login-hero small{color:#8db8a8}.builder-login-form{padding:52px;display:flex;flex-direction:column;justify-content:center}.builder-login-form h2{font-size:25px;margin-bottom:7px}.builder-login-form>p{font-size:13px;color:#75837d;margin-bottom:25px}.builder-login-form label{font-size:12px;font-weight:700;margin-bottom:7px}.builder-login-form .form-control{min-height:47px;border-radius:11px}.builder-login-form .btn{min-height:47px;border-radius:11px;background:#176b52;border-color:#176b52;font-weight:700}.builder-login-note{margin-top:18px;padding:12px 14px;border-radius:11px;background:#f3f8f6;color:#60716a;font-size:11px}@media(max-width:760px){.builder-login-card{grid-template-columns:1fr}.builder-login-hero{display:none}.builder-login-form{padding:34px 24px;min-height:520px}}