.eveai-admin-wrap { max-width: 800px; margin: 20px auto; } .eveai-admin-header { background-color: #fff; padding: 20px; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 20px; } .eveai-admin-header h1 { margin: 0; color: #23282d; } .eveai-admin-content { background-color: #fff; padding: 20px; border: 1px solid #ccc; border-radius: 5px; } .eveai-form-group { margin-bottom: 15px; } .eveai-form-group label { display: block; margin-bottom: 5px; font-weight: bold; } .eveai-form-group input[type="text"], .eveai-form-group input[type="password"] { width: 100%; padding: 8px; border: 1px solid #ddd; border-radius: 4px; } .eveai-button { background-color: #0085ba; border-color: #0073aa #006799 #006799; color: #fff; text-decoration: none; text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799; display: inline-block; padding: 8px 12px; border-radius: 3px; cursor: pointer; } .eveai-button:hover { background-color: #008ec2; } .eveai-category-list { margin-top: 20px; } .eveai-category-item { margin-bottom: 10px; } .eveai-category-item label { font-weight: normal; }