.Login{grid-template-columns:1fr minmax(500px,600px);width:100%;height:100vh;display:grid;overflow:hidden}.Aside{color:#fff;background-color:#3a38a3;grid-template-rows:auto 1fr;grid-template-columns:1fr;gap:1rem;height:100%;padding:2rem;display:grid}.Aside>header{align-items:center;gap:1rem;display:flex}.Aside>header>img{width:48px}.Aside_article{grid-template-columns:1fr;align-items:center;display:grid}.Aside_article>p{text-align:center;max-width:850px;font-size:3rem;font-weight:600}.Main{text-align:center;background-color:#fff;justify-content:center;align-items:center;height:100%;display:flex}.Main_formBox{flex-direction:column;justify-content:center;align-items:center;gap:6rem;max-width:500px;display:flex}.Main_formBox>p{font-weight:500;line-height:130%}.Login_button{width:200px;height:200px;position:relative}.Login_button_link{cursor:pointer;z-index:10;background-color:#4c37a8;border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Login_button_link:focus{width:190px;height:190px}.Ripple{z-index:3;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;top:0;left:0}.Ripple .Ripple_circle{background-color:#6b2bc5;border-radius:50%;animation:2s cubic-bezier(0,.2,.8,1) infinite pulse-animation;position:absolute}.Ripple div:nth-child(2){animation-delay:-.5s}@keyframes pulse-animation{0%{opacity:1;width:200px;height:200px}to{opacity:0;width:300px;height:300px}}@media (max-width:768px){.Login{grid-template-columns:1fr}.Login_button,.Login_button_link{width:150px;height:150px}.Login_button_link:focus{width:140px;height:140px}.Ripple .Ripple_circle{animation-name:pulse-animation-mobile}}@keyframes pulse-animation-mobile{0%{opacity:1;width:150px;height:150px}to{opacity:0;width:220px;height:220px}}
