DOCTYPE html>html lang="ko">head> meta charset="UTF-8"> title>로그인title> style> body { font-family: Arial, sans-serif; text-align: center; margin-top: 50px; } .form-container { display: flex; flex-direction: column; align-items: center; justify-content: center; } #login-form { ..