html{height:100%}body.auth-page{height:100%;margin:0;min-width:0;overflow:hidden;text-align:left;background:#f3f6f8;font-family:Gothic A1,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}.auth-root{height:100%;width:100%}.auth-main{flex-wrap:wrap;overflow:hidden}.auth-main,.auth-panel{display:flex;width:100%;height:100vh}.auth-panel{justify-content:center;background:#f3f6f8}.auth-panel__inner{display:flex;flex-direction:column;justify-content:center;height:100%;max-width:28rem;padding:2rem 1.5rem;overflow-y:auto}.auth-card,.auth-panel__inner{width:100%;box-sizing:border-box}.auth-card{padding:2rem;background:#fff;border:1px solid #dbe4eb;border-radius:6px;box-shadow:0 1px 3px rgba(20,20,70,.08),0 4px 16px rgba(20,20,70,.06)}.auth-logo{display:block;width:190px;height:50px;margin:0 auto 4rem}.auth-heading{margin:0 0 2rem;font-size:1.5rem;font-weight:600;line-height:1.25;color:#141446;text-align:left}.auth-subtext{margin:-1rem 0 1.5rem;font-size:.875rem;color:#66788f;text-align:left}.auth-alert{display:block;margin-bottom:.5rem}.auth-form{width:100%}.auth-back-link{margin:.5rem 0 1rem;font-size:.875rem;text-align:left}.auth-link{color:#06c;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-submit{display:block;width:100%;padding-top:1rem}.auth-success-actions{padding-top:1.5rem}.auth-hero{display:none;width:100%;height:100vh}.auth-hero__inner{position:relative;height:100%;overflow:hidden}.auth-hero__gradient,.auth-hero__image,.auth-hero__overlay{position:absolute;inset:0;z-index:0}.auth-hero__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.auth-hero__gradient{background:linear-gradient(90deg,#141446 40%,rgba(20,20,70,.75) 68%,rgba(20,20,70,.5) 80%,rgba(20,20,70,.25))}.auth-hero__overlay{opacity:.5}.auth-hero__content{position:relative;z-index:1;max-width:32rem}.auth-hero__title{margin:0 0 1.5rem;font-size:3rem;font-weight:700;line-height:3rem;color:#e9edf3}.auth-hero__body{margin:0 0 2rem;padding-right:6rem;font-size:1.125rem;font-weight:700;line-height:1.75rem;color:#fff}.auth-hero__cta{width:10rem}@media (min-width:1024px){.auth-main{flex-wrap:nowrap}.auth-hero,.auth-panel{width:50%;flex:0 0 50%}.auth-hero{display:block}}