
body { font-family: sans-serif; margin: 20px; }
.login-box { width: 300px; margin: 100px auto; border: 1px solid #ccc; padding: 20px; }
input, textarea, select { width: 100%; margin-bottom: 10px; }
table { border-collapse: collapse; width: 100%; margin-top: 20px; }
table, th, td { border: 1px solid #aaa; padding: 8px; }

.pagination { margin-top: 20px; text-align: center; }
.pagination a { padding: 6px 12px; margin: 0 2px; background: #eee; text-decoration: none; border-radius: 4px; }
.pagination a.active { background: #333; color: white; }
