body { background-color: #f4f4f4; font-family: Arial, sans-serif; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; } .login-message { background-color: #fff; border: 1px solid #ccc; padding: 30px; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center; } .login-message p { font-size: 18px; color: #333; margin: 0 0 15px; } .login-message a { text-decoration: none; color: #0073aa; font-weight: bold; } .login-message a:hover { text-decoration: underline; }