.authPage{display:flex;height:100vh;justify-content:space-between}.authPageLogo{cursor:pointer}.authPageAbout{display:flex;flex-direction:column;justify-content:space-between;padding:20px;align-items:center;background:var(--primary-color);flex:2 1}.authPageContent{flex:3 1}.authPageAbout h3{color:var(--background);font-size:42px;text-align:center;transition:transform .3s ease}.authPageAbout h3:hover{transform:scale(1.05)}.authPageLogo{color:var(--background);font-size:24px}.authPageLocal,.authPageLogo{display:flex;justify-content:flex-end;width:100%}@media only screen and (max-width:768px){.authPageAbout{display:none}}