:root{--brand:#86e837;--brand-rgb:134,232,55}body{font-family:Urbanist,Arial,sans-serif}.auth{display:flex;min-height:100vh;background:#fff}.auth-brand{flex:1 1 52%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:48px;background:radial-gradient(circle at 22% 18%,rgba(var(--brand-rgb),.22),transparent 42%),radial-gradient(circle at 82% 85%,rgba(var(--brand-rgb),.14),transparent 40%),linear-gradient(160deg,#0b0f18 0%,#10151f 60%,#0b0f18 100%)}.auth-brand:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;background:rgba(var(--brand-rgb),.10);top:-160px;right:-160px}.auth-brand:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;border:1px solid rgba(var(--brand-rgb),.18);bottom:-120px;left:-110px}.auth-brand>div{position:relative;z-index:2;text-align:center;max-width:620px}.auth-brand img{max-width:210px;width:auto;max-height:100px;margin-bottom:34px}.auth-brand h1{color:#fff;font-size:34px;line-height:1.2;font-weight:800;margin:0 0 16px;white-space:nowrap}.auth-brand h1 span{color:var(--brand)}.auth-brand p{color:rgba(255,255,255,.62);font-size:16px;line-height:1.7;margin:0}.auth-card-wrap{flex:1 1 48%;display:flex;align-items:center;justify-content:center;padding:40px 24px;background:#fff}.auth-card{width:100%;max-width:400px}.auth-card>img{max-width:150px!important;width:auto!important;max-height:70px!important;margin-bottom:30px}.auth-card h2{font-size:28px;font-weight:800;color:#0c111c;margin:0 0 8px}.auth-card .muted{color:#8a90a6;font-size:15px;margin:0 0 30px}.auth-card .field{margin-bottom:18px}.auth-card .field>label{display:block;font-size:14px;font-weight:600;color:#3b4060;margin-bottom:8px}.auth-phone{display:flex;align-items:stretch;width:100%;border:1px solid #e2e6ef;border-radius:12px;background:#fff;overflow:hidden;transition:border-color .15s,box-shadow .15s}.auth-phone:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px rgba(var(--brand-rgb),.18)}.auth-phone select{flex:0 0 112px;border:0;border-right:1px solid #e9ecf3;background:#fff;padding:14px 10px;outline:0;color:#3b4060}.auth-phone input{flex:1;border:0!important;border-radius:0!important;box-shadow:none!important;padding:14px 12px!important;outline:0}.auth-card .field>input{width:100%;border:1px solid #e2e6ef;border-radius:12px;padding:14px 16px;font-size:15px;outline:0}.auth-card .field>input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(var(--brand-rgb),.18)}.auth-card .btn{width:100%;border:0;border-radius:12px;padding:15px;font-size:16px;font-weight:700;background:var(--brand);color:#0c111c;box-shadow:0 8px 20px rgba(var(--brand-rgb),.34)}.auth-or{display:flex;align-items:center;gap:14px;margin:22px 0;color:#b3b9c9;font-size:13px}.auth-or:before,.auth-or:after{content:"";flex:1;height:1px;background:#e9ecf3}.auth-signup{display:block;text-align:center;text-decoration:none}.auth .notice{margin-bottom:18px}.auth-card .hidden{display:none!important}@media(max-width:900px){.auth-brand{display:none}.auth-card-wrap{flex:1 1 100%}}
