.login-page{width:100%;height:100vh;padding:8% 0 0;margin:auto;background:#3873e8;background:linear-gradient(90deg,#998bff,#598bf8 50%);display:flex;align-items:center;justify-content:space-around}.form,.login-form{display:flex;flex-direction:column;gap:1rem}.form{position:relative;z-index:1;background:#fff;width:500px;margin:0 auto 100px;border-radius:10px;padding:30px 20px;box-shadow:0 0 20px 0 rgba(49,133,242,.2),0 5px 5px 0 rgba(115,54,245,.24)}