main.authLayout{height:calc(100dvh - 69px);padding:2%;display:grid;grid-template-columns:repeat(2,1fr);gap:2%}main.authLayout .imageSide{height:100%;width:100%;border-radius:25px;background:var(--gradient)}main.authLayout .contentSide{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}main.authLayout.reverse .contentSide{order:-1}main.authLayout .contentSide>.inputs{display:flex;flex-direction:column;justify-content:stretch;gap:10px;max-width:300px;width:100%}main.authLayout .contentSide>.inputs>*{width:100%}main.authLayout .contentSide>.links{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px}@media screen and (max-width: 800px){main.authLayout{grid-template-columns:repeat(1,1fr)}main.authLayout .imageSide{display:none}}
