.auth-form-header{flex-shrink:0}.auth-form-content{flex:1;min-height:0;overflow-y:auto;scroll-behavior:smooth}.auth-form-content-container{position:relative;width:100%;padding-bottom:1rem}.auth-form-content::-webkit-scrollbar{width:6px}.auth-form-content::-webkit-scrollbar-track{background:transparent}.auth-form-content::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}.auth-form-content::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.dark .auth-form-content::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2)}.dark .auth-form-content::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.auth-form-panel{opacity:1;transition:opacity .2s ease-out;box-sizing:border-box;padding:.25rem}.auth-form-panel--transitioning{opacity:0}@media (prefers-reduced-motion:reduce){.auth-form-panel{transition:none}.auth-form-panel--transitioning{opacity:1}}