.tl-login-form { max-width:400px; margin:20px auto; padding:20px; border:1px solid #ccc; border-radius:5px; }
.tl-login-form input { width:100%; padding:8px; margin:5px 0; }
.tl-login-form button { padding:8px 16px; background:#0073aa; color:#fff; border:none; cursor:pointer; }
.tl-login-form button:hover { background:#005177; }
.tl-table { width:100%; border-collapse: collapse; margin-top:20px; }
.tl-table th, .tl-table td { border:1px solid #ccc; padding:6px; text-align:left; }
.tl-table th { background:#f4f4f4; }
.tl-confirm { padding:4px 8px; background:green; color:#fff; border:none; cursor:pointer; }
.tl-confirm:hover { background:#004d00; }