.auth-split-screen{flex-direction:column;width:100vw;overflow-x:hidden;overflow-y:auto}.auth-split-screen,.auth-split-screen__left{display:flex;min-height:100vh;background:#1f3b39}.auth-split-screen__left{align-items:center;justify-content:center;width:100%;padding:48px 20px}.auth-split-screen__right{display:none;background:#1f3b39;min-width:0}.auth-container{background:var(--foreground);color:var(--background);width:min(100%,450px);min-height:fit-content;padding:0 30px 10px;border-radius:24px;text-align:center;box-shadow:0 1px 2px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.08),0 24px 48px rgba(31,59,57,.18)}.auth-map-panel,.auth-map-placeholder{container-type:size;width:90%;height:90%;max-width:90%;max-height:90%;display:grid;place-items:center;background:rgba(0,0,0,0)}.auth-map-placeholder{min-height:280px;border-radius:16px;background:rgba(237,233,220,.08)}.auth-map-stage{position:relative;width:min(100cqw,200cqh);height:min(100cqh,50cqw);max-width:100%;max-height:100%}.auth-map-stage .auth-world-map{position:absolute;inset:0;width:100%;height:100%}.auth-map-float-layer{pointer-events:none;position:absolute;inset:0;z-index:2}.auth-map-float-icon{position:absolute;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;color:#f4fbf9;background:rgba(20,42,40,.78);border:1px solid rgba(164,224,220,.35);box-shadow:0 0 0 1px rgba(31,59,57,.35),0 0 12px rgba(164,224,220,.28);transform:translate(-50%,-50%);animation-name:auth-map-float;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes auth-map-float{0%,to{transform:translate(-50%,calc(-50% + 4px));opacity:.85}50%{transform:translate(-50%,calc(-50% - 4px));opacity:1}}.auth-split-screen__right .auth-map-panel .auth-world-map{background:rgba(0,0,0,0)!important}.auth-split-screen__right .auth-map-panel img{background:rgba(0,0,0,0)}@media(min-width:976px){.auth-split-screen{flex-direction:row;overflow:hidden}.auth-split-screen__left{flex:0 0 42%;max-width:560px;min-height:100vh;justify-content:flex-end;padding:40px 28px 40px 64px;margin-left:7%}.auth-split-screen__right{flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:5vh .1%}.auth-map-panel{width:90%;height:95%;max-width:90%;max-height:95%}}form{display:flex;flex-direction:column;gap:.75rem}.auth-title{font-family:Poppins;font-weight:700;font-style:Bold;font-size:20px;line-height:100%;letter-spacing:0;margin-bottom:8px}.required-asterisk{color:red;margin-left:1px}.info-icon{width:16px;height:16px;background-color:#d3d3d3;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-left:2px;font-size:10px;color:#666;flex-shrink:0}.label-container{margin-bottom:-8px!important}