.login-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--navyblue); }
.login-form { width: 400px; padding: 50px 30px; border-radius: 0.4rem; background: white; }
.login-form button { width: 100%; height: 56px; justify-content: center; }

@media (max-width: 1024px) {
.login-form { width: calc(100% - 60px); padding: 30px 20px; }
}
