/* The name/avatar step has its own heading. */
.auth-stage>.auth-panel[data-step=register] .auth-brand{display:none!important}
.auth-stage>.auth-panel[data-step=register]{height:min(590px,calc(100dvh - 32px))!important;justify-content:center!important}
@media(orientation:landscape) and (max-height:550px){.auth-stage>.auth-panel[data-step=register]{height:calc(100dvh - 24px)!important;grid-template-rows:1fr!important}.auth-stage>.auth-panel[data-step=register] .profile-preview{grid-area:1/1!important;align-self:center!important}.auth-stage>.auth-panel[data-step=register] #register-view{grid-area:1/2!important}}
