.login-wrapper { position: fixed; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: #eee; }
.login-box { width: 460px; background: white; padding: 40px 70px 40px; position: relative; }
.login-box .title { font-size: 22px; font-weight: bold; margin-bottom: 20px; }
.login-box input { width: 100%; margin: 5px 0; font-size: 20px; height: 50px; padding: 0 15px; }
.login-box button { margin-top: 20px; }
