.login-page-header{display:flex;width:100%;justify-content:flex-start;align-items:flex-start;padding:0 32px;top:32px;position:fixed}.login-page-header a{gap:16px;display:flex;align-items:center;justify-content:flex-start;color:var(--neutral-90,#2b2d32)}.login-page-header a span{padding-top:3px}@media(max-width:640px){.login-page-header{padding:0 16px;margin-bottom:16px}}.auth-form-cell-group{grid-gap:24px;gap:24px;width:100%;display:grid;position:relative;grid-template-columns:1fr 1fr}@media(max-width:540px){.auth-form-cell-group{grid-template-columns:1fr}}.authentication-form{position:relative;padding:24px}.authentication-form-wrapper{width:100%;position:relative;display:flex;padding:64px 24px;align-items:center;justify-content:center}@media(max-width:520px){.authentication-form-wrapper{padding:0;align-items:flex-start}}.authentication-container-wrapper{width:100%;display:flex;align-items:center;justify-content:center;min-height:var(--vh,100vh)}.authentication-container{width:100%;position:relative;background:var(--neutral-5-background,#fafcff)}@media(max-height:780px){.authentication-container{height:auto;padding:36px 0}}@media(max-width:520px){.authentication-container{height:auto;padding:36px 0}}.auth-form-container{z-index:10;width:520px;padding:24px;border-radius:12px;background:var(--background-primary-color);border:1px solid var(--border-secondary-color)}@media(max-width:520px){.auth-form-container{border:none;padding:0 16px;border-radius:0}}.authentication-form-header{position:relative;margin-bottom:36px}.authentication-form-header h4{font-weight:700}.authentication-form-header svg{margin-bottom:24px}.auth-password-recovery-wrapper{display:flex;margin-top:8px;align-items:center;justify-content:flex-end}.auth-password-recovery-wrapper a{font-size:15px;font-weight:600;position:relative;color:var(--blue-primary-color)}.auth-form-footer{width:100%;margin-top:24px}.auth-form-footer button{width:100%}.auth-account-prompt-wrapper{margin-top:24px;position:relative;display:flex;align-items:center;justify-content:center}.auth-account-prompt-wrapper button{border:none;outline:none;cursor:pointer;width:-moz-fit-content;width:fit-content;background:rgba(0,0,0,0)}.auth-account-prompt-wrapper a,.auth-account-prompt-wrapper button{color:var(--secondary-50-accent,#004be8)}.authentication-deco-logo{top:50%;z-index:0;position:fixed;pointer-events:none;transform:translateY(-50%)}.authentication-deco-logo svg{opacity:.5;width:337px;height:784px;filter:blur(4px)}.authentication-deco-logo.deco-left{left:-170px;color:var(--brand-senary-color)}.authentication-deco-logo.deco-right{right:-170px;color:var(--brand-senary-color)}@media(max-width:520px){.authentication-deco-logo{display:none}}.recover-account-details-cell{padding:12px;border-radius:8px;background:var(--brand-senary-color);gap:8px;display:flex;align-items:center;justify-content:flex-start}.recover-account-details-cell svg{margin:0!important}