.auth{grid-template-columns:1fr 1.1fr;min-height:100vh;display:grid}.auth>.content{order:0}.auth>.showcase{background:radial-gradient(70% 55% at 85% -10%,#e8611a59,#0000 65%),radial-gradient(60% 50% at -10% 110%,#c93a1a47,#0000 65%),#1a1a2e;flex-direction:column;order:1;justify-content:space-between;padding:3.5rem 4rem;display:flex;position:relative;overflow:hidden}.auth>.showcase:after{content:"";pointer-events:none;background-image:radial-gradient(#ffffff12 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(100% 100%,#000 30%,#0000 90%);mask-image:radial-gradient(100% 100%,#000 30%,#0000 90%)}.auth>.showcase>.inner{z-index:1;max-width:480px;margin:auto 0;position:relative}.auth>.showcase>.inner>img{width:250px;height:auto}.auth>.showcase>.inner>h2{color:#fff;margin:2.25rem 0 .9rem;font-size:1.7rem;font-weight:700;line-height:1.25}.auth>.showcase>.inner>p{color:#ffffffb8;margin:0;font-size:1rem;line-height:1.65}.auth>.showcase>.tagline{z-index:1;letter-spacing:.08em;text-transform:uppercase;color:#ffffff6b;margin:0;font-size:.75rem;position:relative}.auth>.content{background:#fff;place-items:center;padding:3rem 2rem;display:grid}.auth>.content>.panel{width:100%;max-width:400px;animation:.4s cubic-bezier(.22,1,.36,1) auth-enter}.auth>.content>.panel>.brand{justify-content:center;margin-bottom:2rem;display:none}.auth>.content>.panel>.brand>img{width:150px;height:auto}.auth>.content>.panel>h1{margin:0 0 .35rem;font-size:1.55rem}.auth>.content>.panel>.sub{color:#555568;margin:0 0 1.75rem;font-size:.92rem;line-height:1.5}.auth>.content>.panel form>.btn{width:100%;margin-top:.4rem;padding-top:.75rem;padding-bottom:.75rem;font-size:1rem}.auth>.content>.panel .options{justify-content:space-between;align-items:center;margin-bottom:1.1rem;font-size:.9rem;display:flex}.auth>.content>.panel .options>.field{margin-bottom:0}.auth>.content>.panel .options>a{color:#c93a1a;text-decoration:none}.auth>.content>.panel .options>a:hover{text-decoration:underline}.auth>.content>.panel>.alt{text-align:center;color:#555568;margin:1.6rem 0 0;font-size:.9rem}.auth>.content>.panel>.alt>a{color:#c93a1a;font-weight:600;text-decoration:none}.auth>.content>.panel>.alt>a:hover{text-decoration:underline}@media (width<=900px){.auth{grid-template-columns:1fr}.auth>.showcase{display:none}.auth>.content{background:#f0ede8}.auth>.content>.panel>.brand{display:flex}}@keyframes auth-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
