.LogInPopUpMain{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.384);display:flex;align-items:center;justify-content:center;z-index:2000}.PositionLogInPopUpMain{height:68vh}.PositionLogInPopUpMain,.ProfileLogInPopUpMain{display:flex;align-items:center;justify-content:center;width:32vw;background:rgba(0,0,0,.384)}.ProfileLogInPopUpMain{height:61vh}.LogInPopUpcolumn{width:25vw;height:30vh;padding:1.5rem;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:rgba(var(--bg));box-shadow:0 0 0 1px rgba(var(--border-low))}.LogInPopUpErrorspan{color:rgba(var(--fg));font-weight:700;font-size:.9rem}.LogInPopUpErrorspan,.LogInPopUpLinkrow{width:21vw;height:5vh;display:flex;flex-direction:row;align-items:center;justify-content:center}.LogInPopUpLinkspan{color:rgba(var(--fg-title));font-weight:700;font-size:.9rem}.LogInPopUpLinkspan:hover{color:rgba(var(--fg-title-high))}.LogInPopUpOrspan{margin-left:.5vw;margin-right:.5vw;color:rgba(var(--fg));font-weight:700;font-size:.9rem}.LogInPopUpClosebutton{display:flex;flex-direction:row;justify-content:center;align-items:center;width:6vw;height:4vh;margin-top:9.5vh;border-radius:4px;background-color:rgba(var(--primary));box-shadow:0 0 0 1px rgba(var(--border-low))}.LogInPopUpClosebutton:hover{background-color:rgba(var(--accent))}.LogInPopUpClosebutton span{color:rgba(var(--fg));font-weight:600;font-size:.9rem}.LogInPopUpClosebutton:hover span{color:rgba(var(--fg-high))}@media (max-width:768px){.PositionLogInPopUpMain,.ProfileLogInPopUpMain{width:78vw}.LogInPopUpcolumn{width:60vw;height:20vh}.LogInPopUpErrorspan,.LogInPopUpLinkrow{width:50vw}.LogInPopUpClosebutton{width:15vw;height:5vh;margin-top:7.5vh}}